COLOR #7D9992

HEX: #7D9992 RGB: (125,153,146)

Color info

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

RGB color model

#7D9992 color RGB value is (125,153,146).

RGB: (125,153,146) (49%, 60%, 57%)

RGB channels and saturation

R 125 of 255 = 49%
G 153 of 255 = 60%
B 146 of 255 = 57%

125
153
146

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

Portions of RGB colors in percentages

R + G + B = 125 + 153 + 146 = 424 (100%)
R 125 of 424 ~ 29.48%
G 153 of 424 ~ 36.08%
B 146 of 424 ~ 34.43'%

%29.48
%36.08
%34.43

CMYK color model

#7D9992 color CMYK value is (18,0,5,40).

  • cyan value is 18.30%
  • magenta value is 0.00%
  • yellow value is 4.58%
  • key color value is 40.00%

CMYK: (18,0,5,40)
C18M0Y5K40 (18%, 0%, 5%, 40%)
(0.18 / 0.00 / 0.05 / 0.40)

CMYK percentages

%18.3
%0
%4.58
%40

Codes

Color #7D9992 in popluar color models

7D 99 92
RGB 125 153 146
HSL 165° 12.07% 54.51%
HSB/HSV 165° 18.30% 60.00%
CMYK 18.30% 0.00% 4.58%
40.00%

Color #7D9992 in popluar number systems.

HEX 7D 99 92
Decimal 125 153 146
Binary 1111101 10011001 10010010
Octal 175 231 222

Shades and tints

Shades of #7D9992

#7D9992
(125,153,146)
#728C85
(114,140,133)
#677F78
(103,127,120)
#5C726B
(92,114,107)
#51655E
(81,101,94)
#465851
(70,88,81)
#3B4B44
(59,75,68)
#303E37
(48,62,55)
#25312A
(37,49,42)
#1A241D
(26,36,29)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #7D9992

#7D9992
(125,153,146)
#88A29B
(136,162,155)
#93ABA4
(147,171,164)
#9EB4AD
(158,180,173)
#A9BDB6
(169,189,182)
#B4C6BF
(180,198,191)
#BFCFC8
(191,207,200)
#CAD8D1
(202,216,209)
#D5E1DA
(213,225,218)
#E0EAE3
(224,234,227)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9992; }

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

This text font color is #7D9992.

Background Color

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

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

This div background color is #7D9992.

Border color

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

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

This div border color is #7D9992.

Opacity

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

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

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

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

This text has shadow with #7D9992 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D9992.

Preview

Color preview on black background

This text has color #7D9992 on black background.


Color preview on white background

This text has color #7D9992 on white background.


Black color preview on #7D9992 background

This text has black color on #7D9992 background.


White color preview on #7D9992 background

This text has white color on #7D9992 background.


Related colors

Complementary color

Complementary color for #hex is #82666D.


I love getcolorcode.com

Triadic colors

1 #927D99 and #99927D with #7D9992 are triadic colors.

2 #92997D and #997D92 with #7D9992 are triadic colors.