COLOR #7D9791

HEX: #7D9791
RGB: (125,151,145)

Color info

#7D9791 contains red, green and blue colors in about the same proportion. Web safe color of #7D9791 is #669999 (or #699).

RGB color model

#7D9791 color RGB value is (125,151,145).

  • red value is 125;
  • green value is 151;
  • blue value is 145.
RGB:
(125,151,145)
(49%,59%,57%)

RGB channels and saturation

R 125 of 255 = 49%
G 151 of 255 = 59%
B 145 of 255 = 57%

125
151
145

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

Portions of RGB colors in percentages

R + G + B =
125 + 151 + 145 = 421 (100%)
R 125 of 421 ~ 29.69%
G 151 of 421 ~ 35.87%
B 145 of 421 ~ 34.44%

%29.69
%35.87
%34.44

CMYK color model

#7D9791 color CMYK value is (17,0,4,41).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 40.78%
CMYK:
(17,0,4,41)
C17M0Y4K41 
(17%,0%,4%,41%)
(0.17/0.00/0.04/0.41)	

CMYK percentages

%17.22
%0
%3.97
%40.78

Codes

Color #7D9791 in popluar color models

7D9791
RGB125151145
HSL166°11.11%54.12%
HSB/HSV166°17.22%59.22%
CMYK17.22%0.00%3.97%
40.78%

Color #7D9791 in popluar number systems.

HEX7D9791
Decimal125151145
Binary11111011001011110010001
Octal175227221

Shades and tints

Shades of #7D9791

#7D9791
(125,151,145)
#728A84
(114,138,132)
#677D77
(103,125,119)
#5C706A
(92,112,106)
#51635D
(81,99,93)
#465650
(70,86,80)
#3B4943
(59,73,67)
#303C36
(48,60,54)
#252F29
(37,47,41)
#1A221C
(26,34,28)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #7D9791

#7D9791
(125,151,145)
#88A09B
(136,160,155)
#93A9A5
(147,169,165)
#9EB2AF
(158,178,175)
#A9BBB9
(169,187,185)
#B4C4C3
(180,196,195)
#BFCDCD
(191,205,205)
#CAD6D7
(202,214,215)
#D5DFE1
(213,223,225)
#E0E8EB
(224,232,235)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9791 color. Also use rgb(125,151,145) instead hex code.

Text Font Color

.myTextColor { color: #7D9791; }

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

This text font color is #7D9791.


Background Color

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

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

This div background color is #7D9791.


Border color

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

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

This div border color is #7D9791.


Opacity

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

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

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

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

This text has shadow with #7D9791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9791 on black background.


Color preview on white background

This text has color #7D9791 on white background.



Black color preview on #7D9791 background

This text has black color on #7D9791 background.


White color preview on #7D9791 background

This text has white color on #7D9791 background.