COLOR #7D9289

HEX: #7D9289 RGB: (125,146,137)

Color info

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

RGB color model

#7D9289 color RGB value is (125,146,137).

RGB: (125,146,137) (49%, 57%, 54%)

RGB channels and saturation

R 125 of 255 = 49%
G 146 of 255 = 57%
B 137 of 255 = 54%

125
146
137

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

Portions of RGB colors in percentages

R + G + B = 125 + 146 + 137 = 408 (100%)
R 125 of 408 ~ 30.64%
G 146 of 408 ~ 35.78%
B 137 of 408 ~ 33.58'%

%30.64
%35.78
%33.58

CMYK color model

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

  • cyan value is 14.38%
  • magenta value is 0.00%
  • yellow value is 6.16%
  • key color value is 42.75%

CMYK: (14,0,6,43)
C14M0Y6K43 (14%, 0%, 6%, 43%)
(0.14 / 0.00 / 0.06 / 0.43)

CMYK percentages

%14.38
%0
%6.16
%42.75

Codes

Color #7D9289 in popluar color models

7D 92 89
RGB 125 146 137
HSL 154° 8.79% 53.14%
HSB/HSV 154° 14.38% 57.25%
CMYK 14.38% 0.00% 6.16%
42.75%

Color #7D9289 in popluar number systems.

HEX 7D 92 89
Decimal 125 146 137
Binary 1111101 10010010 10001001
Octal 175 222 211

Shades and tints

Shades of #7D9289

#7D9289
(125,146,137)
#72857D
(114,133,125)
#677871
(103,120,113)
#5C6B65
(92,107,101)
#515E59
(81,94,89)
#46514D
(70,81,77)
#3B4441
(59,68,65)
#303735
(48,55,53)
#252A29
(37,42,41)
#1A1D1D
(26,29,29)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #7D9289

#7D9289
(125,146,137)
#889B93
(136,155,147)
#93A49D
(147,164,157)
#9EADA7
(158,173,167)
#A9B6B1
(169,182,177)
#B4BFBB
(180,191,187)
#BFC8C5
(191,200,197)
#CAD1CF
(202,209,207)
#D5DAD9
(213,218,217)
#E0E3E3
(224,227,227)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9289; }

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

This text font color is #7D9289.

Background Color

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

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

This div background color is #7D9289.

Border color

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

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

This div border color is #7D9289.

Opacity

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

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

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

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

This text has shadow with #7D9289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9289.

Preview

Color preview on black background

This text has color #7D9289 on black background.


Color preview on white background

This text has color #7D9289 on white background.


Black color preview on #7D9289 background

This text has black color on #7D9289 background.


White color preview on #7D9289 background

This text has white color on #7D9289 background.


Related colors

Complementary color

Complementary color for #hex is #826D76.


I love getcolorcode.com

Triadic colors

1 #897D92 and #92897D with #7D9289 are triadic colors.

2 #89927D and #927D89 with #7D9289 are triadic colors.