#760E51

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

Shades of Pompadour #760E51

Tints of Pompadour #760E51

Color information

#760E51 (or 0x760E51) is unknown color: approx Pompadour. HEX triplet: 76, 0E and 51. RGB value is (118,14,81). Sum of RGB (Red+Green+Blue) = 118+14+81=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #760E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E51 is #89F1AE. Grayscale: #343434. Windows color (decimal): -9040303 or 5312118. OLE color: 5312118.

HSL color Cylindrical-coordinate representation of color #760E51: hue angle of 321.35º 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 #760E51 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1181481-
CMYK00.880.310.54
HSL321.35º78.79%25.88%-
HSV(B)321.35º88.14%46.27%-
XYZ9.114.768.22-
YUV52.73143.96174.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 14 (5.86% from 255) = 6.57%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=55.40%
G=6.57%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118148100.880.310.54321.3578.7925.88
Hex76E510581F361414f1a
Octal166161210130376650111732
Binary1110110111010100010101100011111110110101000001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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