#77164F

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

Shades of Pompadour #77164F

Tints of Pompadour #77164F

Color information

#77164F (or 0x77164F) is unknown color: approx Pompadour. HEX triplet: 77, 16 and 4F. RGB value is (119,22,79). Sum of RGB (Red+Green+Blue) = 119+22+79=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #77164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77164F is #88E9B0. Grayscale: #393939. Windows color (decimal): -8972721 or 5183095. OLE color: 5183095.

HSL color Cylindrical-coordinate representation of color #77164F: hue angle of 324.74º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77164F is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1192279-
CMYK00.820.340.53
HSL324.74º68.79%27.65%-
HSV(B)324.74º81.51%46.67%-
XYZ9.315.067.88-
YUV57.5140.14171.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.09%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=54.09%
G=10%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119227900.820.340.53324.7468.7927.65
Hex77164F0522235145451c
Octal167261170122426550510534
Binary111011110110100111101010010100010110101101000101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77164F; }

 p { color: rgb(119,22,79); }

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

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

 a { background-color: rgb(119,22,79); }

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

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

 span { border-color: rgb(119,22,79); }

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