#76114B

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

Shades of Pompadour #76114B

Tints of Pompadour #76114B

Color information

#76114B (or 0x76114B) is unknown color: approx Pompadour. HEX triplet: 76, 11 and 4B. RGB value is (118,17,75). Sum of RGB (Red+Green+Blue) = 118+17+75=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #76114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76114B is #89EEB4. Grayscale: #353535. Windows color (decimal): -9039541 or 4919670. OLE color: 4919670.

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

Color convert

RGB1181775-
CMYK00.860.360.54
HSL325.54º74.81%26.47%-
HSV(B)325.54º85.59%46.27%-
XYZ8.944.767.1-
YUV53.81139.96173.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 17 (7.03% from 255) = 8.10%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=56.19%
G=8.10%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118177500.860.360.54325.5474.8126.47
Hex76114B05624361464b1a
Octal166211130126446650611332
Binary111011010001100101101010110100100110110101000110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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