#77124C

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

Shades of Pompadour #77124C

Tints of Pompadour #77124C

Color information

#77124C (or 0x77124C) is unknown color: approx Pompadour. HEX triplet: 77, 12 and 4C. RGB value is (119,18,76). Sum of RGB (Red+Green+Blue) = 119+18+76=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77124C is #88EDB3. Grayscale: #363636. Windows color (decimal): -8973748 or 4985463. OLE color: 4985463.

HSL color Cylindrical-coordinate representation of color #77124C: hue angle of 325.54º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #77124C is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB1191876-
CMYK00.850.360.53
HSL325.54º73.72%26.86%-
HSV(B)325.54º84.87%46.67%-
XYZ9.134.887.3-
YUV54.81139.96173.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.87%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=55.87%
G=8.45%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119187600.850.360.53325.5473.7226.86
Hex77124C05524351464a1b
Octal167221140125446550611233
Binary111011110010100110001010101100100110101101000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77124C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77124C; }

 p { color: rgb(119,18,76); }

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

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

 a { background-color: rgb(119,18,76); }

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

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

 span { border-color: rgb(119,18,76); }

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