#7F174C

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

Shades of Pompadour #7F174C

Tints of Pompadour #7F174C

Color information

#7F174C (or 0x7F174C) is unknown color: approx Pompadour. HEX triplet: 7F, 17 and 4C. RGB value is (127,23,76). Sum of RGB (Red+Green+Blue) = 127+23+76=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F174C is #80E8B3. Grayscale: #3C3C3C. Windows color (decimal): -8448180 or 4986751. OLE color: 4986751.

HSL color Cylindrical-coordinate representation of color #7F174C: hue angle of 329.42º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F174C is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB1272376-
CMYK00.820.400.50
HSL329.42º69.33%29.41%-
HSV(B)329.42º81.89%49.8%-
XYZ10.365.657.38-
YUV60.14136.96175.69-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.19%
GREEN value IS 23 (9.38% from 255) = 10.18%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=56.19%
G=10.18%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127237600.820.400.50329.4269.3329.41
Hex7F174C0522832149451d
Octal177271140122506251110535
Binary111111110111100110001010010101000110010101001001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F174C; }

 p { color: rgb(127,23,76); }

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

<style>
 a { background-color: #7F174C; }

 a { background-color: rgb(127,23,76); }

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

<style>
 span { border-color: #7F174C; }

 span { border-color: rgb(127,23,76); }

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