COLOR #7D917C

HEX: #7D917C
RGB: (125,145,124)

Color info

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

RGB color model

#7D917C color RGB value is (125,145,124).

  • red value is 125;
  • green value is 145;
  • blue value is 124.
RGB:
(125,145,124)
(49%,57%,49%)

RGB channels and saturation

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

125
145
124

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

Portions of RGB colors in percentages

R + G + B =
125 + 145 + 124 = 394 (100%)
R 125 of 394 ~ 31.73%
G 145 of 394 ~ 36.8%
B 124 of 394 ~ 31.47%

%31.73
%36.8
%31.47

CMYK color model

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

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 43.14%
CMYK:
(14,0,14,43)
C14M0Y14K43 
(14%,0%,14%,43%)
(0.14/0.00/0.14/0.43)	

CMYK percentages

%13.79
%0
%14.48
%43.14

Codes

Color #7D917C in popluar color models

7D917C
RGB125145124
HSL117°8.71%52.75%
HSB/HSV117°14.48%56.86%
CMYK13.79%0.00%14.48%
43.14%

Color #7D917C in popluar number systems.

HEX7D917C
Decimal125145124
Binary1111101100100011111100
Octal175221174

Shades and tints

Shades of #7D917C

#7D917C
(125,145,124)
#728471
(114,132,113)
#677766
(103,119,102)
#5C6A5B
(92,106,91)
#515D50
(81,93,80)
#465045
(70,80,69)
#3B433A
(59,67,58)
#30362F
(48,54,47)
#252924
(37,41,36)
#1A1C19
(26,28,25)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #7D917C

#7D917C
(125,145,124)
#889B87
(136,155,135)
#93A592
(147,165,146)
#9EAF9D
(158,175,157)
#A9B9A8
(169,185,168)
#B4C3B3
(180,195,179)
#BFCDBE
(191,205,190)
#CAD7C9
(202,215,201)
#D5E1D4
(213,225,212)
#E0EBDF
(224,235,223)
#EBF5EA
(235,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D917C; }

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

This text font color is #7D917C.


Background Color

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

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

This div background color is #7D917C.


Border color

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

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

This div border color is #7D917C.


Opacity

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

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

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

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

This text has shadow with #7D917C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D917C on black background.


Color preview on white background

This text has color #7D917C on white background.



Black color preview on #7D917C background

This text has black color on #7D917C background.


White color preview on #7D917C background

This text has white color on #7D917C background.