#7E6E4B

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

Shades of Shadow #7E6E4B

Tints of Shadow #7E6E4B

Color information

#7E6E4B (or 0x7E6E4B) is unknown color: approx Shadow. HEX triplet: 7E, 6E and 4B. RGB value is (126,110,75). Sum of RGB (Red+Green+Blue) = 126+110+75=311 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.51% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6E4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6E4B is #8191B4. Grayscale: #6E6E6E. Windows color (decimal): -8491445 or 4943486. OLE color: 4943486.

HSL color Cylindrical-coordinate representation of color #7E6E4B: hue angle of 41.18º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E6E4B is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB12611075-
CMYK00.130.400.51
HSL41.18º25.37%39.41%-
HSV(B)41.18º40.48%49.41%-
XYZ15.4516.18.95-
YUV110.79107.8138.85-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.51%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=40.51%
G=35.37%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261107500.130.400.5141.1825.3739.41
Hex7E6E4B0D2833291927
Octal1761561130155063513147
Binary1111110110111010010110110110100011001110100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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