COLOR #7D9793

HEX: #7D9793
RGB: (125,151,147)

Color info

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

RGB color model

#7D9793 color RGB value is (125,151,147).

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

RGB channels and saturation

R 125 of 255 = 49%
G 151 of 255 = 59%
B 147 of 255 = 58%

125
151
147

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

Portions of RGB colors in percentages

R + G + B =
125 + 151 + 147 = 423 (100%)
R 125 of 423 ~ 29.55%
G 151 of 423 ~ 35.7%
B 147 of 423 ~ 34.75%

%29.55
%35.7
%34.75

CMYK color model

#7D9793 color CMYK value is (17,0,3,41).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 40.78%
CMYK:
(17,0,3,41)
C17M0Y3K41 
(17%,0%,3%,41%)
(0.17/0.00/0.03/0.41)	

CMYK percentages

%17.22
%0
%2.65
%40.78

Codes

Color #7D9793 in popluar color models

7D9793
RGB125151147
HSL171°11.11%54.12%
HSB/HSV171°17.22%59.22%
CMYK17.22%0.00%2.65%
40.78%

Color #7D9793 in popluar number systems.

HEX7D9793
Decimal125151147
Binary11111011001011110010011
Octal175227223

Shades and tints

Shades of #7D9793

#7D9793
(125,151,147)
#728A86
(114,138,134)
#677D79
(103,125,121)
#5C706C
(92,112,108)
#51635F
(81,99,95)
#465652
(70,86,82)
#3B4945
(59,73,69)
#303C38
(48,60,56)
#252F2B
(37,47,43)
#1A221E
(26,34,30)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #7D9793

#7D9793
(125,151,147)
#88A09C
(136,160,156)
#93A9A5
(147,169,165)
#9EB2AE
(158,178,174)
#A9BBB7
(169,187,183)
#B4C4C0
(180,196,192)
#BFCDC9
(191,205,201)
#CAD6D2
(202,214,210)
#D5DFDB
(213,223,219)
#E0E8E4
(224,232,228)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9793; }

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

This text font color is #7D9793.


Background Color

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

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

This div background color is #7D9793.


Border color

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

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

This div border color is #7D9793.


Opacity

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

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

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

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

This text has shadow with #7D9793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9793 on black background.


Color preview on white background

This text has color #7D9793 on white background.



Black color preview on #7D9793 background

This text has black color on #7D9793 background.


White color preview on #7D9793 background

This text has white color on #7D9793 background.