COLOR #71797E

HEX: #71797E RGB: (113,121,126)

Color info

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

RGB color model

#71797E color RGB value is (113,121,126).

RGB: (113,121,126) (44%, 47%, 49%)

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 126 of 255 = 49%

113
121
126

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

Portions of RGB colors in percentages

R + G + B = 113 + 121 + 126 = 360 (100%)
R 113 of 360 ~ 31.39%
G 121 of 360 ~ 33.61%
B 126 of 360 ~ 35'%

%31.39
%33.61
%35

CMYK color model

#71797E color CMYK value is (10,4,0,51).

  • cyan value is 10.32%
  • magenta value is 3.97%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (10,4,0,51)
C10M4Y0K51 (10%, 4%, 0%, 51%)
(0.10 / 0.04 / 0.00 / 0.51)

CMYK percentages

%10.32
%3.97
%0
%50.59

Codes

Color #71797E in popluar color models

71 79 7E
RGB 113 121 126
HSL 203° 5.44% 46.86%
HSB/HSV 203° 10.32% 49.41%
CMYK 10.32% 3.97% 0.00%
50.59%

Color #71797E in popluar number systems.

HEX 71 79 7E
Decimal 113 121 126
Binary 1110001 1111001 1111110
Octal 161 171 176

Shades and tints

Shades of #71797E

#71797E
(113,121,126)
#676E73
(103,110,115)
#5D6368
(93,99,104)
#53585D
(83,88,93)
#494D52
(73,77,82)
#3F4247
(63,66,71)
#35373C
(53,55,60)
#2B2C31
(43,44,49)
#212126
(33,33,38)
#17161B
(23,22,27)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #71797E

#71797E
(113,121,126)
#7D8589
(125,133,137)
#899194
(137,145,148)
#959D9F
(149,157,159)
#A1A9AA
(161,169,170)
#ADB5B5
(173,181,181)
#B9C1C0
(185,193,192)
#C5CDCB
(197,205,203)
#D1D9D6
(209,217,214)
#DDE5E1
(221,229,225)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71797E color. Also use rgb(113,121,126) instead hex code.

Text Font Color

.myTextColor { color: #71797E; }

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

This text font color is #71797E.

Background Color

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

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

This div background color is #71797E.

Border color

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

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

This div border color is #71797E.

Opacity

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

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

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

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

This text has shadow with #71797E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71797E.

Preview

Color preview on black background

This text has color #71797E on black background.


Color preview on white background

This text has color #71797E on white background.


Black color preview on #71797E background

This text has black color on #71797E background.


White color preview on #71797E background

This text has white color on #71797E background.


Related colors

Complementary color

Complementary color for #hex is #8E8681.


I love getcolorcode.com

Triadic colors

1 #7E7179 and #797E71 with #71797E are triadic colors.

2 #7E7971 and #79717E with #71797E are triadic colors.