#7E6E54

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

Shades of Shadow #7E6E54

Tints of Shadow #7E6E54

Color information

#7E6E54 (or 0x7E6E54) is unknown color: approx Shadow. HEX triplet: 7E, 6E and 54. RGB value is (126,110,84). Sum of RGB (Red+Green+Blue) = 126+110+84=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6E54 is #8191AB. Grayscale: #6F6F6F. Windows color (decimal): -8491436 or 5533310. OLE color: 5533310.

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

Color convert

RGB12611084-
CMYK00.130.330.51
HSL37.14º20%41.18%-
HSV(B)37.14º33.33%49.41%-
XYZ15.7816.2310.69-
YUV111.82112.3138.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.38%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=39.38%
G=34.38%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261108400.130.330.5137.142041.18
Hex7E6E540D2133251429
Octal1761561240154163452451
Binary1111110110111010101000110110000111001110010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,110,84); }

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

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

 a { background-color: rgb(126,110,84); }

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

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

 span { border-color: rgb(126,110,84); }

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