#76124D

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

Shades of Pompadour #76124D

Tints of Pompadour #76124D

Color information

#76124D (or 0x76124D) is unknown color: approx Pompadour. HEX triplet: 76, 12 and 4D. RGB value is (118,18,77). Sum of RGB (Red+Green+Blue) = 118+18+77=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76124D is #89EDB2. Grayscale: #363636. Windows color (decimal): -9039283 or 5050998. OLE color: 5050998.

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

Color convert

RGB1181877-
CMYK00.850.350.54
HSL324.6º73.53%26.67%-
HSV(B)324.6º84.75%46.27%-
XYZ9.034.827.48-
YUV54.63140.63173.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=55.40%
G=8.45%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118187700.850.350.54324.673.5326.67
Hex76124D05523361454a1b
Octal166221150125436650511233
Binary111011010010100110101010101100011110110101000101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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