#781256

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

Shades of Pompadour #781256

Tints of Pompadour #781256

Color information

#781256 (or 0x781256) is unknown color: approx Pompadour. HEX triplet: 78, 12 and 56. RGB value is (120,18,86). Sum of RGB (Red+Green+Blue) = 120+18+86=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #781256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781256 is #87EDA9. Grayscale: #383838. Windows color (decimal): -8908202 or 5640824. OLE color: 5640824.

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

Color convert

RGB1201886-
CMYK00.850.280.53
HSL320º73.91%27.06%-
HSV(B)320º85%47.06%-
XYZ9.645.19.28-
YUV56.25144.79173.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.57%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 86 (33.98% from 255) = 38.39%
R=53.57%
G=8.04%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120188600.850.280.5332073.9127.06
Hex7812560551C351404a1b
Octal170221260125346550011233
Binary11110001001010101100101010111100110101101000000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781256; }

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

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

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

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

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

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

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

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