#77124D

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

Shades of Pompadour #77124D

Tints of Pompadour #77124D

Color information

#77124D (or 0x77124D) is unknown color: approx Pompadour. HEX triplet: 77, 12 and 4D. RGB value is (119,18,77). Sum of RGB (Red+Green+Blue) = 119+18+77=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77124D is #88EDB2. Grayscale: #363636. Windows color (decimal): -8973747 or 5050999. OLE color: 5050999.

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

Color convert

RGB1191877-
CMYK00.850.350.53
HSL324.95º73.72%26.86%-
HSV(B)324.95º84.87%46.67%-
XYZ9.164.897.48-
YUV54.92140.46173.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 55.61%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=55.61%
G=8.41%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119187700.850.350.53324.9573.7226.86
Hex77124D05523351454a1b
Octal167221150125436550511233
Binary111011110010100110101010101100011110101101000101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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