#781854

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

Shades of Pompadour #781854

Tints of Pompadour #781854

Color information

#781854 (or 0x781854) is unknown color: approx Pompadour. HEX triplet: 78, 18 and 54. RGB value is (120,24,84). Sum of RGB (Red+Green+Blue) = 120+24+84=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #781854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781854 is #87E7AB. Grayscale: #3B3B3B. Windows color (decimal): -8906668 or 5511288. OLE color: 5511288.

HSL color Cylindrical-coordinate representation of color #781854: hue angle of 322.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 #781854 is Cyan = 0, Magento = 0.8, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB1202484-
CMYK00.80.30.53
HSL322.5º66.67%28.24%-
HSV(B)322.5º80%47.06%-
XYZ9.675.298.9-
YUV59.54141.8171.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 84 (33.20% from 255) = 36.84%
R=52.63%
G=10.53%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120248400.80.30.53322.566.6728.24
Hex7818540501E35142431c
Octal170301240120366550210334
Binary11110001100010101000101000011110110101101000010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781854; }

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

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

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

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

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

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

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

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