#781257

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

Shades of Pompadour #781257

Tints of Pompadour #781257

Color information

#781257 (or 0x781257) is unknown color: approx Pompadour. HEX triplet: 78, 12 and 57. RGB value is (120,18,87). Sum of RGB (Red+Green+Blue) = 120+18+87=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #781257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781257 is #87EDA8. Grayscale: #383838. Windows color (decimal): -8908201 or 5706360. OLE color: 5706360.

HSL color Cylindrical-coordinate representation of color #781257: hue angle of 319.41º 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 #781257 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB1201887-
CMYK00.850.280.53
HSL319.41º73.91%27.06%-
HSV(B)319.41º85%47.06%-
XYZ9.685.119.49-
YUV56.36145.29173.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=53.33%
G=8%
B=38.67%

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
Decimal120188700.850.280.53319.4173.9127.06
Hex7812570551C3513f4a1b
Octal170221270125346547711233
Binary11110001001010101110101010111100110101100111111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781257; }

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

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

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

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

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

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

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

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