#76164D

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

Shades of Pompadour #76164D

Tints of Pompadour #76164D

Color information

#76164D (or 0x76164D) is unknown color: approx Pompadour. HEX triplet: 76, 16 and 4D. RGB value is (118,22,77). Sum of RGB (Red+Green+Blue) = 118+22+77=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76164D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76164D is #89E9B2. Grayscale: #383838. Windows color (decimal): -9038259 or 5052022. OLE color: 5052022.

HSL color Cylindrical-coordinate representation of color #76164D: hue angle of 325.62º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76164D is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1182277-
CMYK00.810.350.54
HSL325.62º68.57%27.45%-
HSV(B)325.62º81.36%46.27%-
XYZ9.14.967.5-
YUV56.97139.3171.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=54.38%
G=10.14%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118227700.810.350.54325.6268.5727.45
Hex76164D0512336146451b
Octal166261150121436650610533
Binary111011010110100110101010001100011110110101000110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76164D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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