#781656

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

Shades of Pompadour #781656

Tints of Pompadour #781656

Color information

#781656 (or 0x781656) is unknown color: approx Pompadour. HEX triplet: 78, 16 and 56. RGB value is (120,22,86). Sum of RGB (Red+Green+Blue) = 120+22+86=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 86 (33.98% from 255 or 37.72% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #781656 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781656 is #87E9A9. Grayscale: #3A3A3A. Windows color (decimal): -8907178 or 5641848. OLE color: 5641848.

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

Color convert

RGB1202286-
CMYK00.820.280.53
HSL320.82º69.01%27.84%-
HSV(B)320.82º81.67%47.06%-
XYZ9.715.249.3-
YUV58.6143.47171.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 86 (33.98% from 255) = 37.72%
R=52.63%
G=9.65%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120228600.820.280.53320.8269.0127.84
Hex7816560521C35141451c
Octal170261260122346550110534
Binary11110001011010101100101001011100110101101000001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781656; }

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

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

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

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

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

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

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

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