COLOR #7E917D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
145
125

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

Portions of RGB colors in percentages

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

%31.82
%36.62
%31.57

CMYK color model

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

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

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

CMYK percentages

%13.1
%0
%13.79
%43.14

Codes

Color #7E917D in popluar color models

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

Color #7E917D in popluar number systems.

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

Shades and tints

Shades of #7E917D

#7E917D
(126,145,125)
#738472
(115,132,114)
#687767
(104,119,103)
#5D6A5C
(93,106,92)
#525D51
(82,93,81)
#475046
(71,80,70)
#3C433B
(60,67,59)
#313630
(49,54,48)
#262925
(38,41,37)
#1B1C1A
(27,28,26)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #7E917D

#7E917D
(126,145,125)
#899B88
(137,155,136)
#94A593
(148,165,147)
#9FAF9E
(159,175,158)
#AAB9A9
(170,185,169)
#B5C3B4
(181,195,180)
#C0CDBF
(192,205,191)
#CBD7CA
(203,215,202)
#D6E1D5
(214,225,213)
#E1EBE0
(225,235,224)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E917D; }

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

This text font color is #7E917D.

Background Color

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

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

This div background color is #7E917D.

Border color

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

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

This div border color is #7E917D.

Opacity

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

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

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

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

This text has shadow with #7E917D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E917D.

Preview

Color preview on black background

This text has color #7E917D on black background.


Color preview on white background

This text has color #7E917D on white background.


Black color preview on #7E917D background

This text has black color on #7E917D background.


White color preview on #7E917D background

This text has white color on #7E917D background.


Related colors

Complementary color

Complementary color for #hex is #816E82.


I love getcolorcode.com

Triadic colors

1 #7D7E91 and #917D7E with #7E917D are triadic colors.

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