#76174E

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

Shades of Pompadour #76174E

Tints of Pompadour #76174E

Color information

#76174E (or 0x76174E) is unknown color: approx Pompadour. HEX triplet: 76, 17 and 4E. RGB value is (118,23,78). Sum of RGB (Red+Green+Blue) = 118+23+78=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #76174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76174E is #89E8B1. Grayscale: #393939. Windows color (decimal): -9038002 or 5117814. OLE color: 5117814.

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

Color convert

RGB1182378-
CMYK00.810.340.54
HSL325.26º67.38%27.65%-
HSV(B)325.26º80.51%46.27%-
XYZ9.155.017.69-
YUV57.68139.47171.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.88%
GREEN value IS 23 (9.38% from 255) = 10.50%
BLUE value IS 78 (30.86% from 255) = 35.62%
R=53.88%
G=10.50%
B=35.62%

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
Decimal118237800.810.340.54325.2667.3827.65
Hex76174E0512236145431c
Octal166271160121426650510334
Binary111011010111100111001010001100010110110101000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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