COLOR #7E7575

HEX: #7E7575
RGB: (126,117,117)

Color info

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

RGB color model

#7E7575 color RGB value is (126,117,117).

  • red value is 126;
  • green value is 117;
  • blue value is 117.
RGB:
(126,117,117)
(49%,46%,46%)

RGB channels and saturation

R 126 of 255 = 49%
G 117 of 255 = 46%
B 117 of 255 = 46%

126
117
117

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

Portions of RGB colors in percentages

R + G + B =
126 + 117 + 117 = 360 (100%)
R 126 of 360 ~ 35%
G 117 of 360 ~ 32.5%
B 117 of 360 ~ 32.5%

%35
%32.5
%32.5

CMYK color model

#7E7575 color CMYK value is (0,7,7,51).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 7.14%
  • key color value is 50.59%
CMYK:
(0,7,7,51)
C0M7Y7K51 
(0%,7%,7%,51%)
(0.00/0.07/0.07/0.51)	

CMYK percentages

%0
%7.14
%7.14
%50.59

Codes

Color #7E7575 in popluar color models

7E7575
RGB126117117
HSL3.70%47.65%
HSB/HSV7.14%49.41%
CMYK0.00%7.14%7.14%
50.59%

Color #7E7575 in popluar number systems.

HEX7E7575
Decimal126117117
Binary111111011101011110101
Octal176165165

Shades and tints

Shades of #7E7575

#7E7575
(126,117,117)
#736B6B
(115,107,107)
#686161
(104,97,97)
#5D5757
(93,87,87)
#524D4D
(82,77,77)
#474343
(71,67,67)
#3C3939
(60,57,57)
#312F2F
(49,47,47)
#262525
(38,37,37)
#1B1B1B
(27,27,27)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #7E7575

#7E7575
(126,117,117)
#898181
(137,129,129)
#948D8D
(148,141,141)
#9F9999
(159,153,153)
#AAA5A5
(170,165,165)
#B5B1B1
(181,177,177)
#C0BDBD
(192,189,189)
#CBC9C9
(203,201,201)
#D6D5D5
(214,213,213)
#E1E1E1
(225,225,225)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E7575; }

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

This text font color is #7E7575.


Background Color

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

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

This div background color is #7E7575.


Border color

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

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

This div border color is #7E7575.


Opacity

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

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

Text with #7E7575 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 #7E7575;}

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

This text has shadow with #7E7575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E7575 on black background.


Color preview on white background

This text has color #7E7575 on white background.



Black color preview on #7E7575 background

This text has black color on #7E7575 background.


White color preview on #7E7575 background

This text has white color on #7E7575 background.