#7D6C50

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

Shades of Shadow #7D6C50

Tints of Shadow #7D6C50

Color information

#7D6C50 (or 0x7D6C50) is unknown color: approx Shadow. HEX triplet: 7D, 6C and 50. RGB value is (125,108,80). Sum of RGB (Red+Green+Blue) = 125+108+80=313 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.94% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6C50 is #8293AF. Grayscale: #6E6E6E. Windows color (decimal): -8557488 or 5270653. OLE color: 5270653.

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

Color convert

RGB12510880-
CMYK00.140.360.51
HSL37.33º21.95%40.2%-
HSV(B)37.33º36%49.02%-
XYZ15.2715.669.81-
YUV109.89111.13138.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.94%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=39.94%
G=34.50%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251088000.140.360.5137.3321.9540.2
Hex7D6C500E2433251628
Octal1751541200164463452650
Binary1111101110110010100000111010010011001110010110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,108,80); }

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

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

 a { background-color: rgb(125,108,80); }

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

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

 span { border-color: rgb(125,108,80); }

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