COLOR #7F997D

HEX: #7F997D RGB: (127,153,125)

Color info

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

RGB color model

#7F997D color RGB value is (127,153,125).

RGB: (127,153,125) (50%, 60%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 153 of 255 = 60%
B 125 of 255 = 49%

127
153
125

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

Portions of RGB colors in percentages

R + G + B = 127 + 153 + 125 = 405 (100%)
R 127 of 405 ~ 31.36%
G 153 of 405 ~ 37.78%
B 125 of 405 ~ 30.86'%

%31.36
%37.78
%30.86

CMYK color model

#7F997D color CMYK value is (17,0,18,40).

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

CMYK: (17,0,18,40)
C17M0Y18K40 (17%, 0%, 18%, 40%)
(0.17 / 0.00 / 0.18 / 0.40)

CMYK percentages

%16.99
%0
%18.3
%40

Codes

Color #7F997D in popluar color models

7F 99 7D
RGB 127 153 125
HSL 116° 12.07% 54.51%
HSB/HSV 116° 18.30% 60.00%
CMYK 16.99% 0.00% 18.30%
40.00%

Color #7F997D in popluar number systems.

HEX 7F 99 7D
Decimal 127 153 125
Binary 1111111 10011001 1111101
Octal 177 231 175

Shades and tints

Shades of #7F997D

#7F997D
(127,153,125)
#748C72
(116,140,114)
#697F67
(105,127,103)
#5E725C
(94,114,92)
#536551
(83,101,81)
#485846
(72,88,70)
#3D4B3B
(61,75,59)
#323E30
(50,62,48)
#273125
(39,49,37)
#1C241A
(28,36,26)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #7F997D

#7F997D
(127,153,125)
#8AA288
(138,162,136)
#95AB93
(149,171,147)
#A0B49E
(160,180,158)
#ABBDA9
(171,189,169)
#B6C6B4
(182,198,180)
#C1CFBF
(193,207,191)
#CCD8CA
(204,216,202)
#D7E1D5
(215,225,213)
#E2EAE0
(226,234,224)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F997D; }

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

This text font color is #7F997D.

Background Color

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

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

This div background color is #7F997D.

Border color

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

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

This div border color is #7F997D.

Opacity

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

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

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

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

This text has shadow with #7F997D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F997D.

Preview

Color preview on black background

This text has color #7F997D on black background.


Color preview on white background

This text has color #7F997D on white background.


Black color preview on #7F997D background

This text has black color on #7F997D background.


White color preview on #7F997D background

This text has white color on #7F997D background.


Related colors

Complementary color

Complementary color for #hex is #806682.


I love getcolorcode.com

Triadic colors

1 #7D7F99 and #997D7F with #7F997D are triadic colors.

2 #7D997F and #997F7D with #7F997D are triadic colors.