#760E57

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

Shades of Pompadour #760E57

Tints of Pompadour #760E57

Color information

#760E57 (or 0x760E57) is unknown color: approx Pompadour. HEX triplet: 76, 0E and 57. RGB value is (118,14,87). Sum of RGB (Red+Green+Blue) = 118+14+87=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #760E57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E57 is #89F1A8. Grayscale: #353535. Windows color (decimal): -9040297 or 5705334. OLE color: 5705334.

HSL color Cylindrical-coordinate representation of color #760E57: hue angle of 317.88º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E57 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1181487-
CMYK00.880.260.54
HSL317.88º78.79%25.88%-
HSV(B)317.88º88.14%46.27%-
XYZ9.354.859.46-
YUV53.42146.96174.06-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 87 (34.38% from 255) = 39.73%
R=53.88%
G=6.39%
B=39.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118148700.880.260.54317.8878.7925.88
Hex76E570581A3613e4f1a
Octal166161270130326647611732
Binary1110110111010101110101100011010110110100111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760E57; }

 p { color: rgb(118,14,87); }

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

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

 a { background-color: rgb(118,14,87); }

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

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

 span { border-color: rgb(118,14,87); }

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