#7D6E51

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

Shades of Shadow #7D6E51

Tints of Shadow #7D6E51

Color information

#7D6E51 (or 0x7D6E51) is unknown color: approx Shadow. HEX triplet: 7D, 6E and 51. RGB value is (125,110,81). Sum of RGB (Red+Green+Blue) = 125+110+81=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E51 is #8291AE. Grayscale: #6F6F6F. Windows color (decimal): -8556975 or 5336701. OLE color: 5336701.

HSL color Cylindrical-coordinate representation of color #7D6E51: hue angle of 39.55º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D6E51 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB12511081-
CMYK00.120.350.51
HSL39.55º21.36%40.39%-
HSV(B)39.55º35.2%49.02%-
XYZ15.5216.1110.08-
YUV111.18110.97137.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.56%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 81 (32.03% from 255) = 25.63%
R=39.56%
G=34.81%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251108100.120.350.5139.5521.3640.39
Hex7D6E510C2333281528
Octal1751561210144363502550
Binary1111101110111010100010110010001111001110100010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,110,81); }

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

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

 a { background-color: rgb(125,110,81); }

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

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

 span { border-color: rgb(125,110,81); }

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