#76164E

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

Shades of Pompadour #76164E

Tints of Pompadour #76164E

Color information

#76164E (or 0x76164E) is unknown color: approx Pompadour. HEX triplet: 76, 16 and 4E. RGB value is (118,22,78). Sum of RGB (Red+Green+Blue) = 118+22+78=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76164E is #89E9B1. Grayscale: #383838. Windows color (decimal): -9038258 or 5117558. OLE color: 5117558.

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

Color convert

RGB1182278-
CMYK00.810.340.54
HSL325º68.57%27.45%-
HSV(B)325º81.36%46.27%-
XYZ9.134.987.69-
YUV57.09139.8171.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=54.13%
G=10.09%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118227800.810.340.5432568.5727.45
Hex76164E0512236145451b
Octal166261160121426650510533
Binary111011010110100111001010001100010110110101000101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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