COLOR #716975

HEX: #716975
RGB: (113,105,117)

Color info

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

RGB color model

#716975 color RGB value is (113,105,117).

  • red value is 113;
  • green value is 105;
  • blue value is 117.
RGB:
(113,105,117)
(44%,41%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 105 of 255 = 41%
B 117 of 255 = 46%

113
105
117

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

Portions of RGB colors in percentages

R + G + B =
113 + 105 + 117 = 335 (100%)
R 113 of 335 ~ 33.73%
G 105 of 335 ~ 31.34%
B 117 of 335 ~ 34.93%

%33.73
%31.34
%34.93

CMYK color model

#716975 color CMYK value is (3,10,0,54).

  • cyan value is 3.42%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(3,10,0,54)
C3M10Y0K54 
(3%,10%,0%,54%)
(0.03/0.10/0.00/0.54)	

CMYK percentages

%3.42
%10.26
%0
%54.12

Codes

Color #716975 in popluar color models

716975
RGB113105117
HSL280°5.41%43.53%
HSB/HSV280°10.26%45.88%
CMYK3.42%10.26%0.00%
54.12%

Color #716975 in popluar number systems.

HEX716975
Decimal113105117
Binary111000111010011110101
Octal161151165

Shades and tints

Shades of #716975

#716975
(113,105,117)
#67606B
(103,96,107)
#5D5761
(93,87,97)
#534E57
(83,78,87)
#49454D
(73,69,77)
#3F3C43
(63,60,67)
#353339
(53,51,57)
#2B2A2F
(43,42,47)
#212125
(33,33,37)
#17181B
(23,24,27)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #716975

#716975
(113,105,117)
#7D7681
(125,118,129)
#89838D
(137,131,141)
#959099
(149,144,153)
#A19DA5
(161,157,165)
#ADAAB1
(173,170,177)
#B9B7BD
(185,183,189)
#C5C4C9
(197,196,201)
#D1D1D5
(209,209,213)
#DDDEE1
(221,222,225)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #716975 color. Also use rgb(113,105,117) instead hex code.

Text Font Color

.myTextColor { color: #716975; }

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

This text font color is #716975.


Background Color

.myBgColor { background-color: #716975; }

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

This div background color is #716975.


Border color

.myBorderColor { border: 1px solid #716975; }

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

This div border color is #716975.


Opacity

.myOpacity80 { color: #716975; opacity: 0.8; }

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

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

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

This text has shadow with #716975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #716975 on black background.


Color preview on white background

This text has color #716975 on white background.



Black color preview on #716975 background

This text has black color on #716975 background.


White color preview on #716975 background

This text has white color on #716975 background.