#7C6A4F

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

Shades of Shadow #7C6A4F

Tints of Shadow #7C6A4F

Color information

#7C6A4F (or 0x7C6A4F) is unknown color: approx Shadow. HEX triplet: 7C, 6A and 4F. RGB value is (124,106,79). Sum of RGB (Red+Green+Blue) = 124+106+79=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6A4F is #8395B0. Grayscale: #6C6C6C. Windows color (decimal): -8623537 or 5204604. OLE color: 5204604.

HSL color Cylindrical-coordinate representation of color #7C6A4F: hue angle of 36º 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 #7C6A4F is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB12410679-
CMYK00.150.360.51
HSL36º22.17%39.8%-
HSV(B)36º36.29%48.63%-
XYZ14.8815.169.54-
YUV108.3111.46139.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.13%
GREEN value IS 106 (41.80% from 255) = 34.30%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=40.13%
G=34.30%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241067900.150.360.513622.1739.8
Hex7C6A4F0F2433241628
Octal1741521170174463442650
Binary1111100110101010011110111110010011001110010010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,106,79); }

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

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

 a { background-color: rgb(124,106,79); }

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

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

 span { border-color: rgb(124,106,79); }

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