#76184D

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

Shades of Pompadour #76184D

Tints of Pompadour #76184D

Color information

#76184D (or 0x76184D) is unknown color: approx Pompadour. HEX triplet: 76, 18 and 4D. RGB value is (118,24,77). Sum of RGB (Red+Green+Blue) = 118+24+77=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76184D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76184D is #89E7B2. Grayscale: #3A3A3A. Windows color (decimal): -9037747 or 5052534. OLE color: 5052534.

HSL color Cylindrical-coordinate representation of color #76184D: hue angle of 326.17º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76184D is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1182477-
CMYK00.800.350.54
HSL326.17º66.2%27.84%-
HSV(B)326.17º79.66%46.27%-
XYZ9.145.047.51-
YUV58.15138.64170.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=53.88%
G=10.96%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118247700.800.350.54326.1766.227.84
Hex76184D0502336146421c
Octal166301150120436650610234
Binary111011011000100110101010000100011110110101000110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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