COLOR #7D917E

HEX: #7D917E RGB: (125,145,126)

Color info

#7D917E contains red, green and blue colors in about the same proportion. Web safe color of #7D917E is #669966 (or #696).

RGB color model

#7D917E color RGB value is (125,145,126).

RGB: (125,145,126) (49%, 57%, 49%)

RGB channels and saturation

R 125 of 255 = 49%
G 145 of 255 = 57%
B 126 of 255 = 49%

125
145
126

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

Portions of RGB colors in percentages

R + G + B = 125 + 145 + 126 = 396 (100%)
R 125 of 396 ~ 31.57%
G 145 of 396 ~ 36.62%
B 126 of 396 ~ 31.82'%

%31.57
%36.62
%31.82

CMYK color model

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

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 13.10%
  • key color value is 43.14%

CMYK: (14,0,13,43)
C14M0Y13K43 (14%, 0%, 13%, 43%)
(0.14 / 0.00 / 0.13 / 0.43)

CMYK percentages

%13.79
%0
%13.1
%43.14

Codes

Color #7D917E in popluar color models

7D 91 7E
RGB 125 145 126
HSL 123° 8.33% 52.94%
HSB/HSV 123° 13.79% 56.86%
CMYK 13.79% 0.00% 13.10%
43.14%

Color #7D917E in popluar number systems.

HEX 7D 91 7E
Decimal 125 145 126
Binary 1111101 10010001 1111110
Octal 175 221 176

Shades and tints

Shades of #7D917E

#7D917E
(125,145,126)
#728473
(114,132,115)
#677768
(103,119,104)
#5C6A5D
(92,106,93)
#515D52
(81,93,82)
#465047
(70,80,71)
#3B433C
(59,67,60)
#303631
(48,54,49)
#252926
(37,41,38)
#1A1C1B
(26,28,27)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #7D917E

#7D917E
(125,145,126)
#889B89
(136,155,137)
#93A594
(147,165,148)
#9EAF9F
(158,175,159)
#A9B9AA
(169,185,170)
#B4C3B5
(180,195,181)
#BFCDC0
(191,205,192)
#CAD7CB
(202,215,203)
#D5E1D6
(213,225,214)
#E0EBE1
(224,235,225)
#EBF5EC
(235,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D917E color. Also use rgb(125,145,126) instead hex code.

Text Font Color

.myTextColor { color: #7D917E; }

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

This text font color is #7D917E.

Background Color

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

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

This div background color is #7D917E.

Border color

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

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

This div border color is #7D917E.

Opacity

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

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

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

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

This text has shadow with #7D917E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D917E.

Preview

Color preview on black background

This text has color #7D917E on black background.


Color preview on white background

This text has color #7D917E on white background.


Black color preview on #7D917E background

This text has black color on #7D917E background.


White color preview on #7D917E background

This text has white color on #7D917E background.


Related colors

Complementary color

Complementary color for #hex is #826E81.


I love getcolorcode.com

Triadic colors

1 #7E7D91 and #917E7D with #7D917E are triadic colors.

2 #7E917D and #917D7E with #7D917E are triadic colors.