COLOR #717E75

HEX: #717E75
RGB: (113,126,117)

Color info

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

RGB color model

#717E75 color RGB value is (113,126,117).

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

RGB channels and saturation

R 113 of 255 = 44%
G 126 of 255 = 49%
B 117 of 255 = 46%

113
126
117

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

Portions of RGB colors in percentages

R + G + B =
113 + 126 + 117 = 356 (100%)
R 113 of 356 ~ 31.74%
G 126 of 356 ~ 35.39%
B 117 of 356 ~ 32.87%

%31.74
%35.39
%32.87

CMYK color model

#717E75 color CMYK value is (10,0,7,51).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 50.59%
CMYK:
(10,0,7,51)
C10M0Y7K51 
(10%,0%,7%,51%)
(0.10/0.00/0.07/0.51)	

CMYK percentages

%10.32
%0
%7.14
%50.59

Codes

Color #717E75 in popluar color models

717E75
RGB113126117
HSL138°5.44%46.86%
HSB/HSV138°10.32%49.41%
CMYK10.32%0.00%7.14%
50.59%

Color #717E75 in popluar number systems.

HEX717E75
Decimal113126117
Binary111000111111101110101
Octal161176165

Shades and tints

Shades of #717E75

#717E75
(113,126,117)
#67736B
(103,115,107)
#5D6861
(93,104,97)
#535D57
(83,93,87)
#49524D
(73,82,77)
#3F4743
(63,71,67)
#353C39
(53,60,57)
#2B312F
(43,49,47)
#212625
(33,38,37)
#171B1B
(23,27,27)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #717E75

#717E75
(113,126,117)
#7D8981
(125,137,129)
#89948D
(137,148,141)
#959F99
(149,159,153)
#A1AAA5
(161,170,165)
#ADB5B1
(173,181,177)
#B9C0BD
(185,192,189)
#C5CBC9
(197,203,201)
#D1D6D5
(209,214,213)
#DDE1E1
(221,225,225)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717E75; }

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

This text font color is #717E75.


Background Color

.myBgColor { background-color: #717E75; }

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

This div background color is #717E75.


Border color

.myBorderColor { border: 1px solid #717E75; }

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

This div border color is #717E75.


Opacity

.myOpacity80 { color: #717E75; opacity: 0.8; }

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

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

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

This text has shadow with #717E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717E75 on black background.


Color preview on white background

This text has color #717E75 on white background.



Black color preview on #717E75 background

This text has black color on #717E75 background.


White color preview on #717E75 background

This text has white color on #717E75 background.