COLOR #7D9495

HEX: #7D9495
RGB: (125,148,149)

Color info

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

RGB color model

#7D9495 color RGB value is (125,148,149).

  • red value is 125;
  • green value is 148;
  • blue value is 149.
RGB:
(125,148,149)
(49%,58%,58%)

RGB channels and saturation

R 125 of 255 = 49%
G 148 of 255 = 58%
B 149 of 255 = 58%

125
148
149

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

Portions of RGB colors in percentages

R + G + B =
125 + 148 + 149 = 422 (100%)
R 125 of 422 ~ 29.62%
G 148 of 422 ~ 35.07%
B 149 of 422 ~ 35.31%

%29.62
%35.07
%35.31

CMYK color model

#7D9495 color CMYK value is (16,1,0,42).

  • cyan value is 16.11%
  • magenta value is 0.67%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(16,1,0,42)
C16M1Y0K42 
(16%,1%,0%,42%)
(0.16/0.01/0.00/0.42)	

CMYK percentages

%16.11
%0.67
%0
%41.57

Codes

Color #7D9495 in popluar color models

7D9495
RGB125148149
HSL183°10.17%53.73%
HSB/HSV183°16.11%58.43%
CMYK16.11%0.67%0.00%
41.57%

Color #7D9495 in popluar number systems.

HEX7D9495
Decimal125148149
Binary11111011001010010010101
Octal175224225

Shades and tints

Shades of #7D9495

#7D9495
(125,148,149)
#728788
(114,135,136)
#677A7B
(103,122,123)
#5C6D6E
(92,109,110)
#516061
(81,96,97)
#465354
(70,83,84)
#3B4647
(59,70,71)
#30393A
(48,57,58)
#252C2D
(37,44,45)
#1A1F20
(26,31,32)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #7D9495

#7D9495
(125,148,149)
#889D9E
(136,157,158)
#93A6A7
(147,166,167)
#9EAFB0
(158,175,176)
#A9B8B9
(169,184,185)
#B4C1C2
(180,193,194)
#BFCACB
(191,202,203)
#CAD3D4
(202,211,212)
#D5DCDD
(213,220,221)
#E0E5E6
(224,229,230)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9495; }

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

This text font color is #7D9495.


Background Color

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

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

This div background color is #7D9495.


Border color

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

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

This div border color is #7D9495.


Opacity

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

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

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

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

This text has shadow with #7D9495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9495 on black background.


Color preview on white background

This text has color #7D9495 on white background.



Black color preview on #7D9495 background

This text has black color on #7D9495 background.


White color preview on #7D9495 background

This text has white color on #7D9495 background.