COLOR #7F8175

HEX: #7F8175
RGB: (127,129,117)

Color info

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

RGB color model

#7F8175 color RGB value is (127,129,117).

  • red value is 127;
  • green value is 129;
  • blue value is 117.
RGB:
(127,129,117)
(50%,51%,46%)

RGB channels and saturation

R 127 of 255 = 50%
G 129 of 255 = 51%
B 117 of 255 = 46%

127
129
117

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

Portions of RGB colors in percentages

R + G + B =
127 + 129 + 117 = 373 (100%)
R 127 of 373 ~ 34.05%
G 129 of 373 ~ 34.58%
B 117 of 373 ~ 31.37%

%34.05
%34.58
%31.37

CMYK color model

#7F8175 color CMYK value is (2,0,9,49).

  • cyan value is 1.55%
  • magenta value is 0.00%
  • yellow value is 9.30%
  • key color value is 49.41%
CMYK:
(2,0,9,49)
C2M0Y9K49 
(2%,0%,9%,49%)
(0.02/0.00/0.09/0.49)	

CMYK percentages

%1.55
%0
%9.3
%49.41

Codes

Color #7F8175 in popluar color models

7F8175
RGB127129117
HSL70°4.88%48.24%
HSB/HSV70°9.30%50.59%
CMYK1.55%0.00%9.30%
49.41%

Color #7F8175 in popluar number systems.

HEX7F8175
Decimal127129117
Binary1111111100000011110101
Octal177201165

Shades and tints

Shades of #7F8175

#7F8175
(127,129,117)
#74766B
(116,118,107)
#696B61
(105,107,97)
#5E6057
(94,96,87)
#53554D
(83,85,77)
#484A43
(72,74,67)
#3D3F39
(61,63,57)
#32342F
(50,52,47)
#272925
(39,41,37)
#1C1E1B
(28,30,27)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #7F8175

#7F8175
(127,129,117)
#8A8C81
(138,140,129)
#95978D
(149,151,141)
#A0A299
(160,162,153)
#ABADA5
(171,173,165)
#B6B8B1
(182,184,177)
#C1C3BD
(193,195,189)
#CCCEC9
(204,206,201)
#D7D9D5
(215,217,213)
#E2E4E1
(226,228,225)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8175 color. Also use rgb(127,129,117) instead hex code.

Text Font Color

.myTextColor { color: #7F8175; }

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

This text font color is #7F8175.


Background Color

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

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

This div background color is #7F8175.


Border color

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

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

This div border color is #7F8175.


Opacity

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

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

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

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

This text has shadow with #7F8175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8175 on black background.


Color preview on white background

This text has color #7F8175 on white background.



Black color preview on #7F8175 background

This text has black color on #7F8175 background.


White color preview on #7F8175 background

This text has white color on #7F8175 background.