#781956

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

Shades of Pompadour #781956

Tints of Pompadour #781956

Color information

#781956 (or 0x781956) is unknown color: approx Pompadour. HEX triplet: 78, 19 and 56. RGB value is (120,25,86). Sum of RGB (Red+Green+Blue) = 120+25+86=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #781956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781956 is #87E6A9. Grayscale: #3C3C3C. Windows color (decimal): -8906410 or 5642616. OLE color: 5642616.

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

Color convert

RGB1202586-
CMYK00.790.280.53
HSL321.47º65.52%28.43%-
HSV(B)321.47º79.17%47.06%-
XYZ9.775.369.32-
YUV60.36142.47170.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=51.95%
G=10.82%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120258600.790.280.53321.4765.5228.43
Hex78195604F1C35141421c
Octal170311260117346550110234
Binary11110001100110101100100111111100110101101000001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781956; }

 p { color: rgb(120,25,86); }

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

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

 a { background-color: rgb(120,25,86); }

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

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

 span { border-color: rgb(120,25,86); }

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