#78184C

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

Shades of Pompadour #78184C

Tints of Pompadour #78184C

Color information

#78184C (or 0x78184C) is unknown color: approx Pompadour. HEX triplet: 78, 18 and 4C. RGB value is (120,24,76). Sum of RGB (Red+Green+Blue) = 120+24+76=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #78184C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #78184C is #87E7B3. Grayscale: #3A3A3A. Windows color (decimal): -8906676 or 4987000. OLE color: 4987000.

HSL color Cylindrical-coordinate representation of color #78184C: hue angle of 327.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78184C is Cyan = 0, Magento = 0.8, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1202476-
CMYK00.80.370.53
HSL327.5º66.67%28.24%-
HSV(B)327.5º80%47.06%-
XYZ9.385.177.34-
YUV58.63137.8171.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.55%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=54.55%
G=10.91%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120247600.80.370.53327.566.6728.24
Hex78184C0502535148431c
Octal170301140120456551010334
Binary111100011000100110001010000100101110101101001000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78184C; }

 p { color: rgb(120,24,76); }

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

<style>
 a { background-color: #78184C; }

 a { background-color: rgb(120,24,76); }

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

<style>
 span { border-color: #78184C; }

 span { border-color: rgb(120,24,76); }

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