#781057

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

Shades of Pompadour #781057

Tints of Pompadour #781057

Color information

#781057 (or 0x781057) is unknown color: approx Pompadour. HEX triplet: 78, 10 and 57. RGB value is (120,16,87). Sum of RGB (Red+Green+Blue) = 120+16+87=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #781057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781057 is #87EFA8. Grayscale: #373737. Windows color (decimal): -8908713 or 5705848. OLE color: 5705848.

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

Color convert

RGB1201687-
CMYK00.870.280.53
HSL319.04º76.47%26.67%-
HSV(B)319.04º86.67%47.06%-
XYZ9.655.059.48-
YUV55.19145.96174.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.81%
GREEN value IS 16 (6.64% from 255) = 7.17%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=53.81%
G=7.17%
B=39.01%

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
Decimal120168700.870.280.53319.0476.4726.67
Hex7810570571C3513f4c1b
Octal170201270127346547711433
Binary11110001000010101110101011111100110101100111111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781057; }

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

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

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

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

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

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

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

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