#78124B

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

Shades of Pompadour #78124B

Tints of Pompadour #78124B

Color information

#78124B (or 0x78124B) is unknown color: approx Pompadour. HEX triplet: 78, 12 and 4B. RGB value is (120,18,75). Sum of RGB (Red+Green+Blue) = 120+18+75=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78124B is #87EDB4. Grayscale: #363636. Windows color (decimal): -8908213 or 4919928. OLE color: 4919928.

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

Color convert

RGB1201875-
CMYK00.850.370.53
HSL326.47º73.91%27.06%-
HSV(B)326.47º85%47.06%-
XYZ9.234.937.12-
YUV55139.29174.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.34%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=56.34%
G=8.45%
B=35.21%

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
Decimal120187500.850.370.53326.4773.9127.06
Hex78124B05525351464a1b
Octal170221130125456550611233
Binary111100010010100101101010101100101110101101000110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78124B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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