COLOR #7D917A

HEX: #7D917A RGB: (125,145,122)

Color info

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

RGB color model

#7D917A color RGB value is (125,145,122).

RGB: (125,145,122) (49%, 57%, 48%)

RGB channels and saturation

R 125 of 255 = 49%
G 145 of 255 = 57%
B 122 of 255 = 48%

125
145
122

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

Portions of RGB colors in percentages

R + G + B = 125 + 145 + 122 = 392 (100%)
R 125 of 392 ~ 31.89%
G 145 of 392 ~ 36.99%
B 122 of 392 ~ 31.12'%

%31.89
%36.99
%31.12

CMYK color model

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

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

CMYK: (14,0,16,43)
C14M0Y16K43 (14%, 0%, 16%, 43%)
(0.14 / 0.00 / 0.16 / 0.43)

CMYK percentages

%13.79
%0
%15.86
%43.14

Codes

Color #7D917A in popluar color models

7D 91 7A
RGB 125 145 122
HSL 112° 9.47% 52.35%
HSB/HSV 112° 15.86% 56.86%
CMYK 13.79% 0.00% 15.86%
43.14%

Color #7D917A in popluar number systems.

HEX 7D 91 7A
Decimal 125 145 122
Binary 1111101 10010001 1111010
Octal 175 221 172

Shades and tints

Shades of #7D917A

#7D917A
(125,145,122)
#72846F
(114,132,111)
#677764
(103,119,100)
#5C6A59
(92,106,89)
#515D4E
(81,93,78)
#465043
(70,80,67)
#3B4338
(59,67,56)
#30362D
(48,54,45)
#252922
(37,41,34)
#1A1C17
(26,28,23)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #7D917A

#7D917A
(125,145,122)
#889B86
(136,155,134)
#93A592
(147,165,146)
#9EAF9E
(158,175,158)
#A9B9AA
(169,185,170)
#B4C3B6
(180,195,182)
#BFCDC2
(191,205,194)
#CAD7CE
(202,215,206)
#D5E1DA
(213,225,218)
#E0EBE6
(224,235,230)
#EBF5F2
(235,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D917A; }

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

This text font color is #7D917A.

Background Color

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

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

This div background color is #7D917A.

Border color

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

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

This div border color is #7D917A.

Opacity

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

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

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

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

This text has shadow with #7D917A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D917A.

Preview

Color preview on black background

This text has color #7D917A on black background.


Color preview on white background

This text has color #7D917A on white background.


Black color preview on #7D917A background

This text has black color on #7D917A background.


White color preview on #7D917A background

This text has white color on #7D917A background.


Related colors

Complementary color

Complementary color for #hex is #826E85.


I love getcolorcode.com

Triadic colors

1 #7A7D91 and #917A7D with #7D917A are triadic colors.

2 #7A917D and #917D7A with #7D917A are triadic colors.