COLOR #717A66

HEX: #717A66
RGB: (113,122,102)

Color info

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

RGB color model

#717A66 color RGB value is (113,122,102).

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

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 102 of 255 = 40%

113
122
102

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

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 102 = 337 (100%)
R 113 of 337 ~ 33.53%
G 122 of 337 ~ 36.2%
B 102 of 337 ~ 30.27%

%33.53
%36.2
%30.27

CMYK color model

#717A66 color CMYK value is (7,0,16,52).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 16.39%
  • key color value is 52.16%
CMYK:
(7,0,16,52)
C7M0Y16K52 
(7%,0%,16%,52%)
(0.07/0.00/0.16/0.52)	

CMYK percentages

%7.38
%0
%16.39
%52.16

Codes

Color #717A66 in popluar color models

717A66
RGB113122102
HSL87°8.93%43.92%
HSB/HSV87°16.39%47.84%
CMYK7.38%0.00%16.39%
52.16%

Color #717A66 in popluar number systems.

HEX717A66
Decimal113122102
Binary111000111110101100110
Octal161172146

Shades and tints

Shades of #717A66

#717A66
(113,122,102)
#676F5D
(103,111,93)
#5D6454
(93,100,84)
#53594B
(83,89,75)
#494E42
(73,78,66)
#3F4339
(63,67,57)
#353830
(53,56,48)
#2B2D27
(43,45,39)
#21221E
(33,34,30)
#171715
(23,23,21)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #717A66

#717A66
(113,122,102)
#7D8673
(125,134,115)
#899280
(137,146,128)
#959E8D
(149,158,141)
#A1AA9A
(161,170,154)
#ADB6A7
(173,182,167)
#B9C2B4
(185,194,180)
#C5CEC1
(197,206,193)
#D1DACE
(209,218,206)
#DDE6DB
(221,230,219)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717A66; }

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

This text font color is #717A66.


Background Color

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

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

This div background color is #717A66.


Border color

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

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

This div border color is #717A66.


Opacity

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

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

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

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

This text has shadow with #717A66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717A66 on black background.


Color preview on white background

This text has color #717A66 on white background.



Black color preview on #717A66 background

This text has black color on #717A66 background.


White color preview on #717A66 background

This text has white color on #717A66 background.