COLOR #7D9288

HEX: #7D9288 RGB: (125,146,136)

Color info

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

RGB color model

#7D9288 color RGB value is (125,146,136).

RGB: (125,146,136) (49%, 57%, 53%)

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 136 of 255 = 53%

125
146
136

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

Portions of RGB colors in percentages

R + G + B = 125 + 146 + 136 = 407 (100%)
R 125 of 407 ~ 30.71%
G 146 of 407 ~ 35.87%
B 136 of 407 ~ 33.42'%

%30.71
%35.87
%33.42

CMYK color model

#7D9288 color CMYK value is (14,0,7,43).

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 6.85%
  • key color value is 42.75%
CMYK: (14,0,7,43) C14M0Y7K43 (14%,0%,7%,43%) (0.14/0.00/0.07/0.43) 

CMYK percentages

%14.38
%0
%6.85
%42.75

Codes

Color #7D9288 in popluar color models

7D 92 88
RGB 125 146 136
HSL 151° 8.79% 53.14%
HSB/HSV 151° 14.38% 57.25%
CMYK 14.38% 0.00% 6.85%
42.75%

Color #7D9288 in popluar number systems.

HEX 7D 92 88
Decimal 125 146 136
Binary 1111101 10010010 10001000
Octal 175 222 210

Shades and tints

Shades of #7D9288

#7D9288
(125,146,136)
#72857C
(114,133,124)
#677870
(103,120,112)
#5C6B64
(92,107,100)
#515E58
(81,94,88)
#46514C
(70,81,76)
#3B4440
(59,68,64)
#303734
(48,55,52)
#252A28
(37,42,40)
#1A1D1C
(26,29,28)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #7D9288

#7D9288
(125,146,136)
#889B92
(136,155,146)
#93A49C
(147,164,156)
#9EADA6
(158,173,166)
#A9B6B0
(169,182,176)
#B4BFBA
(180,191,186)
#BFC8C4
(191,200,196)
#CAD1CE
(202,209,206)
#D5DAD8
(213,218,216)
#E0E3E2
(224,227,226)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9288 color. Also use rgb(125,146,136) instead hex code.

Text Font Color

.myTextColor { color: #7D9288; }

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

This text font color is #7D9288.


Background Color

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

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

This div background color is #7D9288.


Border color

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

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

This div border color is #7D9288.


Opacity

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

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

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

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

This text has shadow with #7D9288 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7D9288 on black background.


Color preview on white background

This text has color #7D9288 on white background.



Black color preview on #7D9288 background

This text has black color on #7D9288 background.


White color preview on #7D9288 background

This text has white color on #7D9288 background.