COLOR #7F8570

HEX: #7F8570
RGB: (127,133,112)

Color info

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

RGB color model

#7F8570 color RGB value is (127,133,112).

  • red value is 127;
  • green value is 133;
  • blue value is 112.
RGB:
(127,133,112)
(50%,52%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 133 of 255 = 52%
B 112 of 255 = 44%

127
133
112

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

Portions of RGB colors in percentages

R + G + B =
127 + 133 + 112 = 372 (100%)
R 127 of 372 ~ 34.14%
G 133 of 372 ~ 35.75%
B 112 of 372 ~ 30.11%

%34.14
%35.75
%30.11

CMYK color model

#7F8570 color CMYK value is (5,0,16,48).

  • cyan value is 4.51%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 47.84%
CMYK:
(5,0,16,48)
C5M0Y16K48 
(5%,0%,16%,48%)
(0.05/0.00/0.16/0.48)	

CMYK percentages

%4.51
%0
%15.79
%47.84

Codes

Color #7F8570 in popluar color models

7F8570
RGB127133112
HSL77°8.57%48.04%
HSB/HSV77°15.79%52.16%
CMYK4.51%0.00%15.79%
47.84%

Color #7F8570 in popluar number systems.

HEX7F8570
Decimal127133112
Binary1111111100001011110000
Octal177205160

Shades and tints

Shades of #7F8570

#7F8570
(127,133,112)
#747966
(116,121,102)
#696D5C
(105,109,92)
#5E6152
(94,97,82)
#535548
(83,85,72)
#48493E
(72,73,62)
#3D3D34
(61,61,52)
#32312A
(50,49,42)
#272520
(39,37,32)
#1C1916
(28,25,22)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #7F8570

#7F8570
(127,133,112)
#8A907D
(138,144,125)
#959B8A
(149,155,138)
#A0A697
(160,166,151)
#ABB1A4
(171,177,164)
#B6BCB1
(182,188,177)
#C1C7BE
(193,199,190)
#CCD2CB
(204,210,203)
#D7DDD8
(215,221,216)
#E2E8E5
(226,232,229)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8570 color. Also use rgb(127,133,112) instead hex code.

Text Font Color

.myTextColor { color: #7F8570; }

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

This text font color is #7F8570.


Background Color

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

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

This div background color is #7F8570.


Border color

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

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

This div border color is #7F8570.


Opacity

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

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

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

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

This text has shadow with #7F8570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8570 on black background.


Color preview on white background

This text has color #7F8570 on white background.



Black color preview on #7F8570 background

This text has black color on #7F8570 background.


White color preview on #7F8570 background

This text has white color on #7F8570 background.