#781056

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

Shades of Pompadour #781056

Tints of Pompadour #781056

Color information

#781056 (or 0x781056) is unknown color: approx Pompadour. HEX triplet: 78, 10 and 56. RGB value is (120,16,86). Sum of RGB (Red+Green+Blue) = 120+16+86=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #781056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781056 is #87EFA9. Grayscale: #363636. Windows color (decimal): -8908714 or 5640312. OLE color: 5640312.

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

Color convert

RGB1201686-
CMYK00.870.280.53
HSL319.62º76.47%26.67%-
HSV(B)319.62º86.67%47.06%-
XYZ9.615.049.27-
YUV55.08145.46174.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 16 (6.64% from 255) = 7.21%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=54.05%
G=7.21%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120168600.870.280.53319.6276.4726.67
Hex7810560571C351404c1b
Octal170201260127346550011433
Binary11110001000010101100101011111100110101101000000100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781056; }

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

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

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

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

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

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

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

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