#7F7254

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

Shades of Shadow #7F7254

Tints of Shadow #7F7254

Color information

#7F7254 (or 0x7F7254) is unknown color: approx Shadow. HEX triplet: 7F, 72 and 54. RGB value is (127,114,84). Sum of RGB (Red+Green+Blue) = 127+114+84=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7254 is #808DAB. Grayscale: #727272. Windows color (decimal): -8424876 or 5534335. OLE color: 5534335.

HSL color Cylindrical-coordinate representation of color #7F7254: hue angle of 41.86º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F7254 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB12711484-
CMYK00.100.340.50
HSL41.86º20.38%41.37%-
HSV(B)41.86º33.86%49.8%-
XYZ16.3717.1910.84-
YUV114.47110.81136.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.08%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 84 (33.20% from 255) = 25.85%
R=39.08%
G=35.08%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271148400.100.340.5041.8620.3841.37
Hex7F72540A22322a1429
Octal1771621240124262522451
Binary1111111111001010101000101010001011001010101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,114,84); }

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

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

 a { background-color: rgb(127,114,84); }

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

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

 span { border-color: rgb(127,114,84); }

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