COLOR #7D9598

HEX: #7D9598 RGB: (125,149,152)

Color info

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

RGB color model

#7D9598 color RGB value is (125,149,152).

RGB: (125,149,152) (49%, 58%, 60%)

RGB channels and saturation

R 125 of 255 = 49%
G 149 of 255 = 58%
B 152 of 255 = 60%

125
149
152

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

Portions of RGB colors in percentages

R + G + B = 125 + 149 + 152 = 426 (100%)
R 125 of 426 ~ 29.34%
G 149 of 426 ~ 34.98%
B 152 of 426 ~ 35.68'%

%29.34
%34.98
%35.68

CMYK color model

#7D9598 color CMYK value is (18,2,0,40).

  • cyan value is 17.76%
  • magenta value is 1.97%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (18,2,0,40)
C18M2Y0K40 (18%, 2%, 0%, 40%)
(0.18 / 0.02 / 0.00 / 0.40)

CMYK percentages

%17.76
%1.97
%0
%40.39

Codes

Color #7D9598 in popluar color models

7D 95 98
RGB 125 149 152
HSL 187° 11.59% 54.31%
HSB/HSV 187° 17.76% 59.61%
CMYK 17.76% 1.97% 0.00%
40.39%

Color #7D9598 in popluar number systems.

HEX 7D 95 98
Decimal 125 149 152
Binary 1111101 10010101 10011000
Octal 175 225 230

Shades and tints

Shades of #7D9598

#7D9598
(125,149,152)
#72888B
(114,136,139)
#677B7E
(103,123,126)
#5C6E71
(92,110,113)
#516164
(81,97,100)
#465457
(70,84,87)
#3B474A
(59,71,74)
#303A3D
(48,58,61)
#252D30
(37,45,48)
#1A2023
(26,32,35)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #7D9598

#7D9598
(125,149,152)
#889EA1
(136,158,161)
#93A7AA
(147,167,170)
#9EB0B3
(158,176,179)
#A9B9BC
(169,185,188)
#B4C2C5
(180,194,197)
#BFCBCE
(191,203,206)
#CAD4D7
(202,212,215)
#D5DDE0
(213,221,224)
#E0E6E9
(224,230,233)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9598 color. Also use rgb(125,149,152) instead hex code.

Text Font Color

.myTextColor { color: #7D9598; }

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

This text font color is #7D9598.

Background Color

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

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

This div background color is #7D9598.

Border color

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

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

This div border color is #7D9598.

Opacity

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

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

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

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

This text has shadow with #7D9598 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9598.

Preview

Color preview on black background

This text has color #7D9598 on black background.


Color preview on white background

This text has color #7D9598 on white background.


Black color preview on #7D9598 background

This text has black color on #7D9598 background.


White color preview on #7D9598 background

This text has white color on #7D9598 background.


Related colors

Complementary color

Complementary color for #hex is #826A67.


I love getcolorcode.com

Triadic colors

1 #987D95 and #95987D with #7D9598 are triadic colors.

2 #98957D and #957D98 with #7D9598 are triadic colors.