COLOR #71766E

HEX: #71766E
RGB: (113,118,110)

Color info

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

RGB color model

#71766E color RGB value is (113,118,110).

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

RGB channels and saturation

R 113 of 255 = 44%
G 118 of 255 = 46%
B 110 of 255 = 43%

113
118
110

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

Portions of RGB colors in percentages

R + G + B =
113 + 118 + 110 = 341 (100%)
R 113 of 341 ~ 33.14%
G 118 of 341 ~ 34.6%
B 110 of 341 ~ 32.26%

%33.14
%34.6
%32.26

CMYK color model

#71766E color CMYK value is (4,0,7,54).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 53.73%
CMYK: (4,0,7,54) C4M0Y7K54 (4%,0%,7%,54%) (0.04/0.00/0.07/0.54)

CMYK percentages

%4.24
%0
%6.78
%53.73

Codes

Color #71766E in popluar color models

71766E
RGB113118110
HSL98°3.51%44.71%
HSB/HSV98°6.78%46.27%
CMYK4.24%0.00%6.78%
53.73%

Color #71766E in popluar number systems.

HEX71766E
Decimal113118110
Binary111000111101101101110
Octal161166156

Shades and tints

Shades of #71766E

#71766E
(113,118,110)
#676C64
(103,108,100)
#5D625A
(93,98,90)
#535850
(83,88,80)
#494E46
(73,78,70)
#3F443C
(63,68,60)
#353A32
(53,58,50)
#2B3028
(43,48,40)
#21261E
(33,38,30)
#171C14
(23,28,20)
#0D120A
(13,18,10)
#000000
(0,0,0)

Tints of #71766E

#71766E
(113,118,110)
#7D827B
(125,130,123)
#898E88
(137,142,136)
#959A95
(149,154,149)
#A1A6A2
(161,166,162)
#ADB2AF
(173,178,175)
#B9BEBC
(185,190,188)
#C5CAC9
(197,202,201)
#D1D6D6
(209,214,214)
#DDE2E3
(221,226,227)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71766E color. Also use rgb(113,118,110) instead hex code.

Text Font Color

.myTextColor { color: #71766E; }

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

This text font color is #71766E.


Background Color

.myBgColor { background-color: #71766E; }

<div style="background-color:#71766E">Inner text</div>

This div background color is #71766E.


Border color

.myBorderColor { border: 1px solid #71766E; }

<div style="border:3px solid #71766E">Div</div>

This div border color is #71766E.


Opacity

.myOpacity80 { color: #71766E; opacity: 0.8; }

<p style="color:#71766E;opacity:0.8;">80%</p>

Text with #71766E 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 #71766E;}

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

This text has shadow with #71766E color.

.textShadow {text-shadow: 3px 3px 1px #71766E, 3px 3px 1px red;}

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

This text has shadow with #71766E primary color and red secondary color.


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

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

This text has shadow with #71766E and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #71766E; -webkit-box-shadow:	1px 1px 3px 2px #71766E; box-shadow:	1px 1px 3px 2px #71766E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71766E; -webkit-box-shadow: 1px 1px 3px 2px #71766E; box-shadow:1px 1px 3px 2px #71766E;">
Div content here</div>
This div box has shadow with color #71766E.

Preview

Color preview on black background

This text has color #71766E on black background.


Color preview on white background

This text has color #71766E on white background.



Black color preview on #71766E background

This text has black color on #71766E background.


White color preview on #71766E background

This text has white color on #71766E background.