COLOR #717E7A

HEX: #717E7A
RGB: (113,126,122)

Color info

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

RGB color model

#717E7A color RGB value is (113,126,122).

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

RGB channels and saturation

R 113 of 255 = 44%
G 126 of 255 = 49%
B 122 of 255 = 48%

113
126
122

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

Portions of RGB colors in percentages

R + G + B =
113 + 126 + 122 = 361 (100%)
R 113 of 361 ~ 31.3%
G 126 of 361 ~ 34.9%
B 122 of 361 ~ 33.8%

%31.3
%34.9
%33.8

CMYK color model

#717E7A color CMYK value is (10,0,3,51).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 50.59%
CMYK:
(10,0,3,51)
C10M0Y3K51 
(10%,0%,3%,51%)
(0.10/0.00/0.03/0.51)	

CMYK percentages

%10.32
%0
%3.17
%50.59

Codes

Color #717E7A in popluar color models

717E7A
RGB113126122
HSL162°5.44%46.86%
HSB/HSV162°10.32%49.41%
CMYK10.32%0.00%3.17%
50.59%

Color #717E7A in popluar number systems.

HEX717E7A
Decimal113126122
Binary111000111111101111010
Octal161176172

Shades and tints

Shades of #717E7A

#717E7A
(113,126,122)
#67736F
(103,115,111)
#5D6864
(93,104,100)
#535D59
(83,93,89)
#49524E
(73,82,78)
#3F4743
(63,71,67)
#353C38
(53,60,56)
#2B312D
(43,49,45)
#212622
(33,38,34)
#171B17
(23,27,23)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #717E7A

#717E7A
(113,126,122)
#7D8986
(125,137,134)
#899492
(137,148,146)
#959F9E
(149,159,158)
#A1AAAA
(161,170,170)
#ADB5B6
(173,181,182)
#B9C0C2
(185,192,194)
#C5CBCE
(197,203,206)
#D1D6DA
(209,214,218)
#DDE1E6
(221,225,230)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717E7A; }

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

This text font color is #717E7A.


Background Color

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

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

This div background color is #717E7A.


Border color

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

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

This div border color is #717E7A.


Opacity

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

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

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

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

This text has shadow with #717E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717E7A on black background.


Color preview on white background

This text has color #717E7A on white background.



Black color preview on #717E7A background

This text has black color on #717E7A background.


White color preview on #717E7A background

This text has white color on #717E7A background.