#761951

Color #761951 Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #761951

Tints of Pompadour #761951

Color information

#761951 (or 0x761951) is unknown color: approx Pompadour. HEX triplet: 76, 19 and 51. RGB value is (118,25,81). Sum of RGB (Red+Green+Blue) = 118+25+81=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 81 (32.03% from 255 or 36.16% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #761951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761951 is #89E6AE. Grayscale: #3B3B3B. Windows color (decimal): -9037487 or 5314934. OLE color: 5314934.

HSL color Cylindrical-coordinate representation of color #761951: hue angle of 323.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #761951 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1182581-
CMYK00.790.310.54
HSL323.87º65.03%28.04%-
HSV(B)323.87º78.81%46.27%-
XYZ9.35.148.29-
YUV59.19140.31169.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 25 (10.16% from 255) = 11.16%
BLUE value IS 81 (32.03% from 255) = 36.16%
R=52.68%
G=11.16%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118258100.790.310.54323.8765.0328.04
Hex76195104F1F36144411c
Octal166311210117376650410134
Binary11101101100110100010100111111111110110101000100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761951; }

 p { color: rgb(118,25,81); }

 H1.HeaderClassName
 {
   color: #761951;
 }
 .AnyTagClassName
 {
   color: #761951;
 }
</style>
background-color css

<style>
 a { background-color: #761951; }

 a { background-color: rgb(118,25,81); }

 div.DivClassName
 {
   background-color: #761951;
 }
 .BgClassName
 {
   background-color: #761951;
 }
</style>
border-color css

<style>
 span { border-color: #761951; }

 span { border-color: rgb(118,25,81); }

 td.TdClassName
 {
   border-color: #761951;
 }
 .TagClassName
 {
   border-color: #761951;
 }
</style>