COLOR #71877F

HEX: #71877F
RGB: (113,135,127)

Color info

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

RGB color model

#71877F color RGB value is (113,135,127).

  • red value is 113;
  • green value is 135;
  • blue value is 127.
RGB:
(113,135,127)
(44%,53%,50%)

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 127 of 255 = 50%

113
135
127

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 127 = 375 (100%)
R 113 of 375 ~ 30.13%
G 135 of 375 ~ 36%
B 127 of 375 ~ 33.87%

%30.13
%36
%33.87

CMYK color model

#71877F color CMYK value is (16,0,6,47).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 5.93%
  • key color value is 47.06%
CMYK:
(16,0,6,47)
C16M0Y6K47 
(16%,0%,6%,47%)
(0.16/0.00/0.06/0.47)	

CMYK percentages

%16.3
%0
%5.93
%47.06

Codes

Color #71877F in popluar color models

71877F
RGB113135127
HSL158°8.87%48.63%
HSB/HSV158°16.30%52.94%
CMYK16.30%0.00%5.93%
47.06%

Color #71877F in popluar number systems.

HEX71877F
Decimal113135127
Binary1110001100001111111111
Octal161207177

Shades and tints

Shades of #71877F

#71877F
(113,135,127)
#677B74
(103,123,116)
#5D6F69
(93,111,105)
#53635E
(83,99,94)
#495753
(73,87,83)
#3F4B48
(63,75,72)
#353F3D
(53,63,61)
#2B3332
(43,51,50)
#212727
(33,39,39)
#171B1C
(23,27,28)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #71877F

#71877F
(113,135,127)
#7D918A
(125,145,138)
#899B95
(137,155,149)
#95A5A0
(149,165,160)
#A1AFAB
(161,175,171)
#ADB9B6
(173,185,182)
#B9C3C1
(185,195,193)
#C5CDCC
(197,205,204)
#D1D7D7
(209,215,215)
#DDE1E2
(221,225,226)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71877F color. Also use rgb(113,135,127) instead hex code.

Text Font Color

.myTextColor { color: #71877F; }

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

This text font color is #71877F.


Background Color

.myBgColor { background-color: #71877F; }

<div style="background-color:#71877F">Inner text</div>

This div background color is #71877F.


Border color

.myBorderColor { border: 1px solid #71877F; }

<div style="border:3px solid #71877F">Div</div>

This div border color is #71877F.


Opacity

.myOpacity80 { color: #71877F; opacity: 0.8; }

<p style="color:#71877F;opacity:0.8;">80%</p>

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

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

This text has shadow with #71877F color.

.textShadow {text-shadow: 3px 3px 1px #71877F, 3px 3px 1px red;}

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

This text has shadow with #71877F primary color and red secondary color.


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

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

This text has shadow with #71877F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71877F on black background.


Color preview on white background

This text has color #71877F on white background.



Black color preview on #71877F background

This text has black color on #71877F background.


White color preview on #71877F background

This text has white color on #71877F background.