#77164D

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

Shades of Pompadour #77164D

Tints of Pompadour #77164D

Color information

#77164D (or 0x77164D) is unknown color: approx Pompadour. HEX triplet: 77, 16 and 4D. RGB value is (119,22,77). Sum of RGB (Red+Green+Blue) = 119+22+77=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77164D is #88E9B2. Grayscale: #393939. Windows color (decimal): -8972723 or 5052023. OLE color: 5052023.

HSL color Cylindrical-coordinate representation of color #77164D: hue angle of 325.98º 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 #77164D is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1192277-
CMYK00.820.350.53
HSL325.98º68.79%27.65%-
HSV(B)325.98º81.51%46.67%-
XYZ9.235.037.51-
YUV57.27139.14172.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 54.59%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 77 (30.47% from 255) = 35.32%
R=54.59%
G=10.09%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119227700.820.350.53325.9868.7927.65
Hex77164D0522335146451c
Octal167261150122436550610534
Binary111011110110100110101010010100011110101101000110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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