#76154E

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

Shades of Pompadour #76154E

Tints of Pompadour #76154E

Color information

#76154E (or 0x76154E) is unknown color: approx Pompadour. HEX triplet: 76, 15 and 4E. RGB value is (118,21,78). Sum of RGB (Red+Green+Blue) = 118+21+78=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76154E is #89EAB1. Grayscale: #383838. Windows color (decimal): -9038514 or 5117302. OLE color: 5117302.

HSL color Cylindrical-coordinate representation of color #76154E: hue angle of 324.74º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76154E is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1182178-
CMYK00.820.340.54
HSL324.74º69.78%27.25%-
HSV(B)324.74º82.2%46.27%-
XYZ9.114.947.68-
YUV56.5140.14171.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.38%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=54.38%
G=9.68%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118217800.820.340.54324.7469.7827.25
Hex76154E0522236145461b
Octal166251160122426650510633
Binary111011010101100111001010010100010110110101000101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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