COLOR #71765F

HEX: #71765F
RGB: (113,118,95)

Color info

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

RGB color model

#71765F color RGB value is (113,118,95).

  • red value is 113;
  • green value is 118;
  • blue value is 95.
RGB:
(113,118,95)
(44%,46%,37%)

RGB channels and saturation

R 113 of 255 = 44%
G 118 of 255 = 46%
B 95 of 255 = 37%

113
118
95

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

Portions of RGB colors in percentages

R + G + B =
113 + 118 + 95 = 326 (100%)
R 113 of 326 ~ 34.66%
G 118 of 326 ~ 36.2%
B 95 of 326 ~ 29.14%

%34.66
%36.2
%29.14

CMYK color model

#71765F color CMYK value is (4,0,19,54).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 53.73%
CMYK:
(4,0,19,54)
C4M0Y19K54 
(4%,0%,19%,54%)
(0.04/0.00/0.19/0.54)	

CMYK percentages

%4.24
%0
%19.49
%53.73

Codes

Color #71765F in popluar color models

71765F
RGB11311895
HSL73°10.80%41.76%
HSB/HSV73°19.49%46.27%
CMYK4.24%0.00%19.49%
53.73%

Color #71765F in popluar number systems.

HEX71765F
Decimal11311895
Binary111000111101101011111
Octal161166137

Shades and tints

Shades of #71765F

#71765F
(113,118,95)
#676C57
(103,108,87)
#5D624F
(93,98,79)
#535847
(83,88,71)
#494E3F
(73,78,63)
#3F4437
(63,68,55)
#353A2F
(53,58,47)
#2B3027
(43,48,39)
#21261F
(33,38,31)
#171C17
(23,28,23)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #71765F

#71765F
(113,118,95)
#7D826D
(125,130,109)
#898E7B
(137,142,123)
#959A89
(149,154,137)
#A1A697
(161,166,151)
#ADB2A5
(173,178,165)
#B9BEB3
(185,190,179)
#C5CAC1
(197,202,193)
#D1D6CF
(209,214,207)
#DDE2DD
(221,226,221)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71765F color. Also use rgb(113,118,95) instead hex code.

Text Font Color

.myTextColor { color: #71765F; }

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

This text font color is #71765F.


Background Color

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

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

This div background color is #71765F.


Border color

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

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

This div border color is #71765F.


Opacity

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

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

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

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

This text has shadow with #71765F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71765F on black background.


Color preview on white background

This text has color #71765F on white background.



Black color preview on #71765F background

This text has black color on #71765F background.


White color preview on #71765F background

This text has white color on #71765F background.