COLOR #71736C

HEX: #71736C RGB: (113,115,108)

Color info

#71736C contains red, green and blue colors in about the same proportion. Web safe color of #71736C is #666666 (or #666).

RGB color model

#71736C color RGB value is (113,115,108).

RGB: (113,115,108) (44%, 45%, 42%)

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 108 of 255 = 42%

113
115
108

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

Portions of RGB colors in percentages

R + G + B = 113 + 115 + 108 = 336 (100%)
R 113 of 336 ~ 33.63%
G 115 of 336 ~ 34.23%
B 108 of 336 ~ 32.14'%

%33.63
%34.23
%32.14

CMYK color model

#71736C color CMYK value is (2,0,6,55).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 6.09%
  • key color value is 54.90%

CMYK: (2,0,6,55)
C2M0Y6K55 (2%, 0%, 6%, 55%)
(0.02 / 0.00 / 0.06 / 0.55)

CMYK percentages

%1.74
%0
%6.09
%54.9

Codes

Color #71736C in popluar color models

71 73 6C
RGB 113 115 108
HSL 77° 3.14% 43.73%
HSB/HSV 77° 6.09% 45.10%
CMYK 1.74% 0.00% 6.09%
54.90%

Color #71736C in popluar number systems.

HEX 71 73 6C
Decimal 113 115 108
Binary 1110001 1110011 1101100
Octal 161 163 154

Shades and tints

Shades of #71736C

#71736C
(113,115,108)
#676963
(103,105,99)
#5D5F5A
(93,95,90)
#535551
(83,85,81)
#494B48
(73,75,72)
#3F413F
(63,65,63)
#353736
(53,55,54)
#2B2D2D
(43,45,45)
#212324
(33,35,36)
#17191B
(23,25,27)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #71736C

#71736C
(113,115,108)
#7D7F79
(125,127,121)
#898B86
(137,139,134)
#959793
(149,151,147)
#A1A3A0
(161,163,160)
#ADAFAD
(173,175,173)
#B9BBBA
(185,187,186)
#C5C7C7
(197,199,199)
#D1D3D4
(209,211,212)
#DDDFE1
(221,223,225)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71736C; }

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

This text font color is #71736C.

Background Color

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

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

This div background color is #71736C.

Border color

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

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

This div border color is #71736C.

Opacity

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

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

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

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

This text has shadow with #71736C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71736C.

Preview

Color preview on black background

This text has color #71736C on black background.


Color preview on white background

This text has color #71736C on white background.


Black color preview on #71736C background

This text has black color on #71736C background.


White color preview on #71736C background

This text has white color on #71736C background.


Related colors

Complementary color

Complementary color for #hex is #8E8C93.


I love getcolorcode.com

Triadic colors

1 #6C7173 and #736C71 with #71736C are triadic colors.

2 #6C7371 and #73716C with #71736C are triadic colors.