#77124A

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

Shades of Pompadour #77124A

Tints of Pompadour #77124A

Color information

#77124A (or 0x77124A) is unknown color: approx Pompadour. HEX triplet: 77, 12 and 4A. RGB value is (119,18,74). Sum of RGB (Red+Green+Blue) = 119+18+74=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77124A is #88EDB5. Grayscale: #363636. Windows color (decimal): -8973750 or 4854391. OLE color: 4854391.

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

Color convert

RGB1191874-
CMYK00.850.380.53
HSL326.73º73.72%26.86%-
HSV(B)326.73º84.87%46.67%-
XYZ9.064.856.94-
YUV54.58138.96173.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=56.40%
G=8.53%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119187400.850.380.53326.7373.7226.86
Hex77124A05526351474a1b
Octal167221120125466550711233
Binary111011110010100101001010101100110110101101000111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77124A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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