#76124B

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

Shades of Pompadour #76124B

Tints of Pompadour #76124B

Color information

#76124B (or 0x76124B) is unknown color: approx Pompadour. HEX triplet: 76, 12 and 4B. RGB value is (118,18,75). Sum of RGB (Red+Green+Blue) = 118+18+75=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #76124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76124B is #89EDB4. Grayscale: #363636. Windows color (decimal): -9039285 or 4919926. OLE color: 4919926.

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

Color convert

RGB1181875-
CMYK00.850.360.54
HSL325.8º73.53%26.67%-
HSV(B)325.8º84.75%46.27%-
XYZ8.964.797.11-
YUV54.4139.63173.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=55.92%
G=8.53%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118187500.850.360.54325.873.5326.67
Hex76124B05524361464a1b
Octal166221130125446650611233
Binary111011010010100101101010101100100110110101000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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