#76114E

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

Shades of Pompadour #76114E

Tints of Pompadour #76114E

Color information

#76114E (or 0x76114E) is unknown color: approx Pompadour. HEX triplet: 76, 11 and 4E. RGB value is (118,17,78). Sum of RGB (Red+Green+Blue) = 118+17+78=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 78 (30.86% from 255 or 36.62% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #76114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76114E is #89EEB1. Grayscale: #363636. Windows color (decimal): -9039538 or 5116278. OLE color: 5116278.

HSL color Cylindrical-coordinate representation of color #76114E: hue angle of 323.76º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76114E is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1181778-
CMYK00.860.340.54
HSL323.76º74.81%26.47%-
HSV(B)323.76º85.59%46.27%-
XYZ9.054.87.66-
YUV54.15141.46173.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.40%
GREEN value IS 17 (7.03% from 255) = 7.98%
BLUE value IS 78 (30.86% from 255) = 36.62%
R=55.40%
G=7.98%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118177800.860.340.54323.7674.8126.47
Hex76114E05622361444b1a
Octal166211160126426650411332
Binary111011010001100111001010110100010110110101000100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76114E; }

 p { color: rgb(118,17,78); }

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

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

 a { background-color: rgb(118,17,78); }

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

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

 span { border-color: rgb(118,17,78); }

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