#78124D

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

Shades of Pompadour #78124D

Tints of Pompadour #78124D

Color information

#78124D (or 0x78124D) is unknown color: approx Pompadour. HEX triplet: 78, 12 and 4D. RGB value is (120,18,77). Sum of RGB (Red+Green+Blue) = 120+18+77=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78124D is #87EDB2. Grayscale: #373737. Windows color (decimal): -8908211 or 5051000. OLE color: 5051000.

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

Color convert

RGB1201877-
CMYK00.850.360.53
HSL325.29º73.91%27.06%-
HSV(B)325.29º85%47.06%-
XYZ9.34.967.49-
YUV55.22140.29174.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.81%
GREEN value IS 18 (7.42% from 255) = 8.37%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=55.81%
G=8.37%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120187700.850.360.53325.2973.9127.06
Hex78124D05524351454a1b
Octal170221150125446550511233
Binary111100010010100110101010101100100110101101000101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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