#77124B

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

Shades of Pompadour #77124B

Tints of Pompadour #77124B

Color information

#77124B (or 0x77124B) is unknown color: approx Pompadour. HEX triplet: 77, 12 and 4B. RGB value is (119,18,75). Sum of RGB (Red+Green+Blue) = 119+18+75=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #77124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77124B is #88EDB4. Grayscale: #363636. Windows color (decimal): -8973749 or 4919927. OLE color: 4919927.

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

Color convert

RGB1191875-
CMYK00.850.370.53
HSL326.14º73.72%26.86%-
HSV(B)326.14º84.87%46.67%-
XYZ9.094.867.12-
YUV54.7139.46173.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=56.13%
G=8.49%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119187500.850.370.53326.1473.7226.86
Hex77124B05525351464a1b
Octal167221130125456550611233
Binary111011110010100101101010101100101110101101000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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