COLOR #71797B

HEX: #71797B
RGB: (113,121,123)

Color info

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

RGB color model

#71797B color RGB value is (113,121,123).

  • red value is 113;
  • green value is 121;
  • blue value is 123.
RGB:
(113,121,123)
(44%,47%,48%)

RGB channels and saturation

R 113 of 255 = 44%
G 121 of 255 = 47%
B 123 of 255 = 48%

113
121
123

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

Portions of RGB colors in percentages

R + G + B =
113 + 121 + 123 = 357 (100%)
R 113 of 357 ~ 31.65%
G 121 of 357 ~ 33.89%
B 123 of 357 ~ 34.45%

%31.65
%33.89
%34.45

CMYK color model

#71797B color CMYK value is (8,2,0,52).

  • cyan value is 8.13%
  • magenta value is 1.63%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(8,2,0,52)
C8M2Y0K52 
(8%,2%,0%,52%)
(0.08/0.02/0.00/0.52)	

CMYK percentages

%8.13
%1.63
%0
%51.76

Codes

Color #71797B in popluar color models

71797B
RGB113121123
HSL192°4.24%46.27%
HSB/HSV192°8.13%48.24%
CMYK8.13%1.63%0.00%
51.76%

Color #71797B in popluar number systems.

HEX71797B
Decimal113121123
Binary111000111110011111011
Octal161171173

Shades and tints

Shades of #71797B

#71797B
(113,121,123)
#676E70
(103,110,112)
#5D6365
(93,99,101)
#53585A
(83,88,90)
#494D4F
(73,77,79)
#3F4244
(63,66,68)
#353739
(53,55,57)
#2B2C2E
(43,44,46)
#212123
(33,33,35)
#171618
(23,22,24)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #71797B

#71797B
(113,121,123)
#7D8587
(125,133,135)
#899193
(137,145,147)
#959D9F
(149,157,159)
#A1A9AB
(161,169,171)
#ADB5B7
(173,181,183)
#B9C1C3
(185,193,195)
#C5CDCF
(197,205,207)
#D1D9DB
(209,217,219)
#DDE5E7
(221,229,231)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71797B; }

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

This text font color is #71797B.


Background Color

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

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

This div background color is #71797B.


Border color

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

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

This div border color is #71797B.


Opacity

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

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

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

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

This text has shadow with #71797B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71797B on black background.


Color preview on white background

This text has color #71797B on white background.



Black color preview on #71797B background

This text has black color on #71797B background.


White color preview on #71797B background

This text has white color on #71797B background.