#7F164C

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

Shades of Pompadour #7F164C

Tints of Pompadour #7F164C

Color information

#7F164C (or 0x7F164C) is unknown color: approx Pompadour. HEX triplet: 7F, 16 and 4C. RGB value is (127,22,76). Sum of RGB (Red+Green+Blue) = 127+22+76=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F164C is #80E9B3. Grayscale: #3B3B3B. Windows color (decimal): -8448436 or 4986495. OLE color: 4986495.

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

Color convert

RGB1272276-
CMYK00.830.400.50
HSL329.14º70.47%29.22%-
HSV(B)329.14º82.68%49.8%-
XYZ10.345.617.37-
YUV59.55137.29176.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.44%
GREEN value IS 22 (8.98% from 255) = 9.78%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=56.44%
G=9.78%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127227600.830.400.50329.1470.4729.22
Hex7F164C0532832149461d
Octal177261140123506251110635
Binary111111110110100110001010011101000110010101001001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F164C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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