#760E50

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

Shades of Pompadour #760E50

Tints of Pompadour #760E50

Color information

#760E50 (or 0x760E50) is unknown color: approx Pompadour. HEX triplet: 76, 0E and 50. RGB value is (118,14,80). Sum of RGB (Red+Green+Blue) = 118+14+80=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #760E50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E50 is #89F1AF. Grayscale: #343434. Windows color (decimal): -9040304 or 5246582. OLE color: 5246582.

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

Color convert

RGB1181480-
CMYK00.880.320.54
HSL321.92º78.79%25.88%-
HSV(B)321.92º88.14%46.27%-
XYZ9.084.748.03-
YUV52.62143.46174.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 14 (5.86% from 255) = 6.60%
BLUE value IS 80 (31.64% from 255) = 37.74%
R=55.66%
G=6.60%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118148000.880.320.54321.9278.7925.88
Hex76E5005820361424f1a
Octal166161200130406650211732
Binary11101101110101000001011000100000110110101000010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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