#7F7153

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

Shades of Shadow #7F7153

Tints of Shadow #7F7153

Color information

#7F7153 (or 0x7F7153) is unknown color: approx Shadow. HEX triplet: 7F, 71 and 53. RGB value is (127,113,83). Sum of RGB (Red+Green+Blue) = 127+113+83=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7153 is #808EAC. Grayscale: #717171. Windows color (decimal): -8425133 or 5468543. OLE color: 5468543.

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

Color convert

RGB12711383-
CMYK00.110.350.50
HSL40.91º20.95%41.18%-
HSV(B)40.91º34.65%49.8%-
XYZ16.2216.9510.6-
YUV113.77110.64137.44-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.32%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=39.32%
G=34.98%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271138300.110.350.5040.9120.9541.18
Hex7F71530B2332291529
Octal1771611230134362512551
Binary1111111111000110100110101110001111001010100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,113,83); }

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

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

 a { background-color: rgb(127,113,83); }

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

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

 span { border-color: rgb(127,113,83); }

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