#76124E

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

Shades of Pompadour #76124E

Tints of Pompadour #76124E

Color information

#76124E (or 0x76124E) is unknown color: approx Pompadour. HEX triplet: 76, 12 and 4E. RGB value is (118,18,78). Sum of RGB (Red+Green+Blue) = 118+18+78=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76124E is #89EDB1. Grayscale: #363636. Windows color (decimal): -9039282 or 5116534. OLE color: 5116534.

HSL color Cylindrical-coordinate representation of color #76124E: hue angle of 324º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76124E is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1181878-
CMYK00.850.340.54
HSL324º73.53%26.67%-
HSV(B)324º84.75%46.27%-
XYZ9.064.837.66-
YUV54.74141.13173.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.14%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=55.14%
G=8.41%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118187800.850.340.5432473.5326.67
Hex76124E05522361444a1b
Octal166221160125426650411233
Binary111011010010100111001010101100010110110101000100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76124E; }

 p { color: rgb(118,18,78); }

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

<style>
 a { background-color: #76124E; }

 a { background-color: rgb(118,18,78); }

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

<style>
 span { border-color: #76124E; }

 span { border-color: rgb(118,18,78); }

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