#76114D

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

Shades of Pompadour #76114D

Tints of Pompadour #76114D

Color information

#76114D (or 0x76114D) is unknown color: approx Pompadour. HEX triplet: 76, 11 and 4D. RGB value is (118,17,77). Sum of RGB (Red+Green+Blue) = 118+17+77=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76114D is #89EEB2. Grayscale: #353535. Windows color (decimal): -9039539 or 5050742. OLE color: 5050742.

HSL color Cylindrical-coordinate representation of color #76114D: hue angle of 324.36º 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 #76114D is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1181777-
CMYK00.860.350.54
HSL324.36º74.81%26.47%-
HSV(B)324.36º85.59%46.27%-
XYZ9.014.797.47-
YUV54.04140.96173.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 17 (7.03% from 255) = 8.02%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=55.66%
G=8.02%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118177700.860.350.54324.3674.8126.47
Hex76114D05623361444b1a
Octal166211150126436650411332
Binary111011010001100110101010110100011110110101000100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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