#7C6B53

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

Shades of Shadow #7C6B53

Tints of Shadow #7C6B53

Color information

#7C6B53 (or 0x7C6B53) is unknown color: approx Shadow. HEX triplet: 7C, 6B and 53. RGB value is (124,107,83). Sum of RGB (Red+Green+Blue) = 124+107+83=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B53 is #8394AC. Grayscale: #6D6D6D. Windows color (decimal): -8623277 or 5467004. OLE color: 5467004.

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

Color convert

RGB12410783-
CMYK00.140.330.51
HSL35.12º19.81%40.59%-
HSV(B)35.12º33.06%48.63%-
XYZ15.1315.4310.36-
YUV109.35113.13138.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.49%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 83 (32.81% from 255) = 26.43%
R=39.49%
G=34.08%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241078300.140.330.5135.1219.8140.59
Hex7C6B530E2133231429
Octal1741531230164163432451
Binary1111100110101110100110111010000111001110001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,107,83); }

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

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

 a { background-color: rgb(124,107,83); }

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

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

 span { border-color: rgb(124,107,83); }

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