COLOR #7E795A

HEX: #7E795A
RGB: (126,121,90)

Color info

#7E795A contains red, green and blue colors in about the same proportion. Web safe color of #7E795A is #666666 (or #666).

RGB color model

#7E795A color RGB value is (126,121,90).

  • red value is 126;
  • green value is 121;
  • blue value is 90.
RGB:
(126,121,90)
(49%,47%,35%)

RGB channels and saturation

R 126 of 255 = 49%
G 121 of 255 = 47%
B 90 of 255 = 35%

126
121
90

R + G + B ~ 44%. #7E795A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 121 + 90 = 337 (100%)
R 126 of 337 ~ 37.39%
G 121 of 337 ~ 35.91%
B 90 of 337 ~ 26.71%

%37.39
%35.91
%26.71

CMYK color model

#7E795A color CMYK value is (0,4,29,51).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 28.57%
  • key color value is 50.59%
CMYK:
(0,4,29,51)
C0M4Y29K51 
(0%,4%,29%,51%)
(0.00/0.04/0.29/0.51)	

CMYK percentages

%0
%3.97
%28.57
%50.59

Codes

Color #7E795A in popluar color models

7E795A
RGB12612190
HSL52°16.67%42.35%
HSB/HSV52°28.57%49.41%
CMYK0.00%3.97%28.57%
50.59%

Color #7E795A in popluar number systems.

HEX7E795A
Decimal12612190
Binary111111011110011011010
Octal176171132

Shades and tints

Shades of #7E795A

#7E795A
(126,121,90)
#736E52
(115,110,82)
#68634A
(104,99,74)
#5D5842
(93,88,66)
#524D3A
(82,77,58)
#474232
(71,66,50)
#3C372A
(60,55,42)
#312C22
(49,44,34)
#26211A
(38,33,26)
#1B1612
(27,22,18)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #7E795A

#7E795A
(126,121,90)
#898569
(137,133,105)
#949178
(148,145,120)
#9F9D87
(159,157,135)
#AAA996
(170,169,150)
#B5B5A5
(181,181,165)
#C0C1B4
(192,193,180)
#CBCDC3
(203,205,195)
#D6D9D2
(214,217,210)
#E1E5E1
(225,229,225)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E795A color. Also use rgb(126,121,90) instead hex code.

Text Font Color

.myTextColor { color: #7E795A; }

<p style="color:#7E795A">This sample text font color is #7E795A.</p>

This text font color is #7E795A.


Background Color

.myBgColor { background-color: #7E795A; }

<div style="background-color:#7E795A">Inner text</div>

This div background color is #7E795A.


Border color

.myBorderColor { border: 1px solid #7E795A; }

<div style="border:3px solid #7E795A">Div</div>

This div border color is #7E795A.


Opacity

.myOpacity80 { color: #7E795A; opacity: 0.8; }

<p style="color:#7E795A;opacity:0.8;">80%</p>

Text with #7E795A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7E795A;}

<p style="text-shadow: 3px 3px 1px #7E795A">Text here.</p>

This text has shadow with #7E795A color.

.textShadow {text-shadow: 3px 3px 1px #7E795A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7E795A, 5px 5px 20px red">Text here.</p>

This text has shadow with #7E795A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E795A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7E795A, Direction=45, Strength=4)">Text</p>

This text has shadow with #7E795A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7E795A;
  -webkit-box-shadow:	1px 1px 3px 2px #7E795A;
  box-shadow:		1px 1px 3px 2px #7E795A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E795A;
-webkit-box-shadow: 1px 1px 3px 2px #7E795A;
box-shadow:1px 1px 3px 2px #7E795A;">
Div content here</div>
This div box has shadow with color #7E795A.

Preview

Color preview on black background

This text has color #7E795A on black background.


Color preview on white background

This text has color #7E795A on white background.



Black color preview on #7E795A background

This text has black color on #7E795A background.


White color preview on #7E795A background

This text has white color on #7E795A background.