#76164A

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

Shades of Pompadour #76164A

Tints of Pompadour #76164A

Color information

#76164A (or 0x76164A) is unknown color: approx Pompadour. HEX triplet: 76, 16 and 4A. RGB value is (118,22,74). Sum of RGB (Red+Green+Blue) = 118+22+74=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76164A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76164A is #89E9B5. Grayscale: #383838. Windows color (decimal): -9038262 or 4855414. OLE color: 4855414.

HSL color Cylindrical-coordinate representation of color #76164A: hue angle of 327.5º 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 #76164A is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1182274-
CMYK00.810.370.54
HSL327.5º68.57%27.45%-
HSV(B)327.5º81.36%46.27%-
XYZ8.994.926.95-
YUV56.63137.8171.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.14%
GREEN value IS 22 (8.98% from 255) = 10.28%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=55.14%
G=10.28%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118227400.810.370.54327.568.5727.45
Hex76164A0512536148451b
Octal166261120121456651010533
Binary111011010110100101001010001100101110110101001000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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