#7C6947

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

Shades of Shadow #7C6947

Tints of Shadow #7C6947

Color information

#7C6947 (or 0x7C6947) is unknown color: approx Shadow. HEX triplet: 7C, 69 and 47. RGB value is (124,105,71). Sum of RGB (Red+Green+Blue) = 124+105+71=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 71 (28.12% from 255 or 23.67% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6947 is #8396B8. Grayscale: #6A6A6A. Windows color (decimal): -8623801 or 4680060. OLE color: 4680060.

HSL color Cylindrical-coordinate representation of color #7C6947: hue angle of 38.49º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C6947 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB12410571-
CMYK00.150.430.51
HSL38.49º27.18%38.24%-
HSV(B)38.49º42.74%48.63%-
XYZ14.514.848.06-
YUV106.8107.79140.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 105 (41.41% from 255) = 35%
BLUE value IS 71 (28.12% from 255) = 23.67%
R=41.33%
G=35%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241057100.150.430.5138.4927.1838.24
Hex7C69470F2B33261b26
Octal1741511070175363463346
Binary1111100110100110001110111110101111001110011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,105,71); }

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

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

 a { background-color: rgb(124,105,71); }

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

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

 span { border-color: rgb(124,105,71); }

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