COLOR #71795D

HEX: #71795D RGB: (113,121,93)

Color info

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

RGB color model

#71795D color RGB value is (113,121,93).

RGB: (113,121,93) (44%, 47%, 36%)

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 93 of 255 = 36%

113
121
93

R + G + B ~ 42%. #71795D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 121 + 93 = 327 (100%)
R 113 of 327 ~ 34.56%
G 121 of 327 ~ 37%
B 93 of 327 ~ 28.44'%

%34.56
%37
%28.44

CMYK color model

#71795D color CMYK value is (7,0,23,53).

  • cyan value is 6.61%
  • magenta value is 0.00%
  • yellow value is 23.14%
  • key color value is 52.55%

CMYK: (7,0,23,53)
C7M0Y23K53 (7%, 0%, 23%, 53%)
(0.07 / 0.00 / 0.23 / 0.53)

CMYK percentages

%6.61
%0
%23.14
%52.55

Codes

Color #71795D in popluar color models

71 79 5D
RGB 113 121 93
HSL 77° 13.08% 41.96%
HSB/HSV 77° 23.14% 47.45%
CMYK 6.61% 0.00% 23.14%
52.55%

Color #71795D in popluar number systems.

HEX 71 79 5D
Decimal 113 121 93
Binary 1110001 1111001 1011101
Octal 161 171 135

Shades and tints

Shades of #71795D

#71795D
(113,121,93)
#676E55
(103,110,85)
#5D634D
(93,99,77)
#535845
(83,88,69)
#494D3D
(73,77,61)
#3F4235
(63,66,53)
#35372D
(53,55,45)
#2B2C25
(43,44,37)
#21211D
(33,33,29)
#171615
(23,22,21)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #71795D

#71795D
(113,121,93)
#7D856B
(125,133,107)
#899179
(137,145,121)
#959D87
(149,157,135)
#A1A995
(161,169,149)
#ADB5A3
(173,181,163)
#B9C1B1
(185,193,177)
#C5CDBF
(197,205,191)
#D1D9CD
(209,217,205)
#DDE5DB
(221,229,219)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71795D color. Also use rgb(113,121,93) instead hex code.

Text Font Color

.myTextColor { color: #71795D; }

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

This text font color is #71795D.

Background Color

.myBgColor { background-color: #71795D; }

<div style="background-color:#71795D">Inner text</div>

This div background color is #71795D.

Border color

.myBorderColor { border: 1px solid #71795D; }

<div style="border:3px solid #71795D">Div</div>

This div border color is #71795D.

Opacity

.myOpacity80 { color: #71795D; opacity: 0.8; }

<p style="color:#71795D;opacity:0.8;">80%</p>

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

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

This text has shadow with #71795D color.


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

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

This text has shadow with #71795D primary color and red secondary color.


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

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

This text has shadow with #71795D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71795D.

Preview

Color preview on black background

This text has color #71795D on black background.


Color preview on white background

This text has color #71795D on white background.


Black color preview on #71795D background

This text has black color on #71795D background.


White color preview on #71795D background

This text has white color on #71795D background.


Related colors

Complementary color

Complementary color for #hex is #8E86A2.


I love getcolorcode.com

Triadic colors

1 #5D7179 and #795D71 with #71795D are triadic colors.

2 #5D7971 and #79715D with #71795D are triadic colors.