#7E694B

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

Shades of Shadow #7E694B

Tints of Shadow #7E694B

Color information

#7E694B (or 0x7E694B) is unknown color: approx Shadow. HEX triplet: 7E, 69 and 4B. RGB value is (126,105,75). Sum of RGB (Red+Green+Blue) = 126+105+75=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 126 - color contains mainly: red. Hex color #7E694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E694B is #8196B4. Grayscale: #6C6C6C. Windows color (decimal): -8492725 or 4942206. OLE color: 4942206.

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

Color convert

RGB12610575-
CMYK00.170.400.51
HSL35.29º25.37%39.41%-
HSV(B)35.29º40.48%49.41%-
XYZ14.9315.058.77-
YUV107.86109.46140.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.18%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=41.18%
G=34.31%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261057500.170.400.5135.2925.3739.41
Hex7E694B0112833231927
Octal1761511130215063433147
Binary11111101101001100101101000110100011001110001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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