COLOR #7D9499

HEX: #7D9499 RGB: (125,148,153)

Color info

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

RGB color model

#7D9499 color RGB value is (125,148,153).

RGB: (125,148,153) (49%, 58%, 60%)

RGB channels and saturation

R 125 of 255 = 49%
G 148 of 255 = 58%
B 153 of 255 = 60%

125
148
153

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

Portions of RGB colors in percentages

R + G + B = 125 + 148 + 153 = 426 (100%)
R 125 of 426 ~ 29.34%
G 148 of 426 ~ 34.74%
B 153 of 426 ~ 35.92'%

%29.34
%34.74
%35.92

CMYK color model

#7D9499 color CMYK value is (18,3,0,40).

  • cyan value is 18.30%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (18,3,0,40) C18M3Y0K40 (18%,3%,0%,40%) (0.18/0.03/0.00/0.40) 

CMYK percentages

%18.3
%3.27
%0
%40

Codes

Color #7D9499 in popluar color models

7D 94 99
RGB 125 148 153
HSL 191° 12.07% 54.51%
HSB/HSV 191° 18.30% 60.00%
CMYK 18.30% 3.27% 0.00%
40.00%

Color #7D9499 in popluar number systems.

HEX 7D 94 99
Decimal 125 148 153
Binary 1111101 10010100 10011001
Octal 175 224 231

Shades and tints

Shades of #7D9499

#7D9499
(125,148,153)
#72878C
(114,135,140)
#677A7F
(103,122,127)
#5C6D72
(92,109,114)
#516065
(81,96,101)
#465358
(70,83,88)
#3B464B
(59,70,75)
#30393E
(48,57,62)
#252C31
(37,44,49)
#1A1F24
(26,31,36)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #7D9499

#7D9499
(125,148,153)
#889DA2
(136,157,162)
#93A6AB
(147,166,171)
#9EAFB4
(158,175,180)
#A9B8BD
(169,184,189)
#B4C1C6
(180,193,198)
#BFCACF
(191,202,207)
#CAD3D8
(202,211,216)
#D5DCE1
(213,220,225)
#E0E5EA
(224,229,234)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9499 color. Also use rgb(125,148,153) instead hex code.

Text Font Color

.myTextColor { color: #7D9499; }

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

This text font color is #7D9499.

Background Color

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

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

This div background color is #7D9499.

Border color

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

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

This div border color is #7D9499.

Opacity

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

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

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

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

This text has shadow with #7D9499 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9499.

Preview

Color preview on black background

This text has color #7D9499 on black background.


Color preview on white background

This text has color #7D9499 on white background.


Black color preview on #7D9499 background

This text has black color on #7D9499 background.


White color preview on #7D9499 background

This text has white color on #7D9499 background.


Related colors

Complementary color

Complementary color for #hex is #826B66.


I love getcolorcode.com

Triadic colors

1 #997D94 and #94997D with #7D9499 are triadic colors.

2 #99947D and #947D99 with #7D9499 are triadic colors.