COLOR #71876C

HEX: #71876C RGB: (113,135,108)

Color info

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

RGB color model

#71876C color RGB value is (113,135,108).

RGB: (113,135,108) (44%, 53%, 42%)

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 108 of 255 = 42%

113
135
108

R + G + B ~ 46%. #71876C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 135 + 108 = 356 (100%)
R 113 of 356 ~ 31.74%
G 135 of 356 ~ 37.92%
B 108 of 356 ~ 30.34'%

%31.74
%37.92
%30.34

CMYK color model

#71876C color CMYK value is (16,0,20,47).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 47.06%

CMYK: (16,0,20,47)
C16M0Y20K47 (16%, 0%, 20%, 47%)
(0.16 / 0.00 / 0.20 / 0.47)

CMYK percentages

%16.3
%0
%20
%47.06

Codes

Color #71876C in popluar color models

71 87 6C
RGB 113 135 108
HSL 109° 11.11% 47.65%
HSB/HSV 109° 20.00% 52.94%
CMYK 16.30% 0.00% 20.00%
47.06%

Color #71876C in popluar number systems.

HEX 71 87 6C
Decimal 113 135 108
Binary 1110001 10000111 1101100
Octal 161 207 154

Shades and tints

Shades of #71876C

#71876C
(113,135,108)
#677B63
(103,123,99)
#5D6F5A
(93,111,90)
#536351
(83,99,81)
#495748
(73,87,72)
#3F4B3F
(63,75,63)
#353F36
(53,63,54)
#2B332D
(43,51,45)
#212724
(33,39,36)
#171B1B
(23,27,27)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #71876C

#71876C
(113,135,108)
#7D9179
(125,145,121)
#899B86
(137,155,134)
#95A593
(149,165,147)
#A1AFA0
(161,175,160)
#ADB9AD
(173,185,173)
#B9C3BA
(185,195,186)
#C5CDC7
(197,205,199)
#D1D7D4
(209,215,212)
#DDE1E1
(221,225,225)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71876C color. Also use rgb(113,135,108) instead hex code.

Text Font Color

.myTextColor { color: #71876C; }

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

This text font color is #71876C.

Background Color

.myBgColor { background-color: #71876C; }

<div style="background-color:#71876C">Inner text</div>

This div background color is #71876C.

Border color

.myBorderColor { border: 1px solid #71876C; }

<div style="border:3px solid #71876C">Div</div>

This div border color is #71876C.

Opacity

.myOpacity80 { color: #71876C; opacity: 0.8; }

<p style="color:#71876C;opacity:0.8;">80%</p>

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

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

This text has shadow with #71876C color.


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

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

This text has shadow with #71876C primary color and red secondary color.


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

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

This text has shadow with #71876C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71876C.

Preview

Color preview on black background

This text has color #71876C on black background.


Color preview on white background

This text has color #71876C on white background.


Black color preview on #71876C background

This text has black color on #71876C background.


White color preview on #71876C background

This text has white color on #71876C background.


Related colors

Complementary color

Complementary color for #hex is #8E7893.


I love getcolorcode.com

Triadic colors

1 #6C7187 and #876C71 with #71876C are triadic colors.

2 #6C8771 and #87716C with #71876C are triadic colors.