COLOR #717B66

HEX: #717B66
RGB: (113,123,102)

Color info

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

RGB color model

#717B66 color RGB value is (113,123,102).

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

RGB channels and saturation

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

113
123
102

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

Portions of RGB colors in percentages

R + G + B =
113 + 123 + 102 = 338 (100%)
R 113 of 338 ~ 33.43%
G 123 of 338 ~ 36.39%
B 102 of 338 ~ 30.18%

%33.43
%36.39
%30.18

CMYK color model

#717B66 color CMYK value is (8,0,17,52).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 51.76%
CMYK:
(8,0,17,52)
C8M0Y17K52 
(8%,0%,17%,52%)
(0.08/0.00/0.17/0.52)	

CMYK percentages

%8.13
%0
%17.07
%51.76

Codes

Color #717B66 in popluar color models

717B66
RGB113123102
HSL89°9.33%44.12%
HSB/HSV89°17.07%48.24%
CMYK8.13%0.00%17.07%
51.76%

Color #717B66 in popluar number systems.

HEX717B66
Decimal113123102
Binary111000111110111100110
Octal161173146

Shades and tints

Shades of #717B66

#717B66
(113,123,102)
#67705D
(103,112,93)
#5D6554
(93,101,84)
#535A4B
(83,90,75)
#494F42
(73,79,66)
#3F4439
(63,68,57)
#353930
(53,57,48)
#2B2E27
(43,46,39)
#21231E
(33,35,30)
#171815
(23,24,21)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #717B66

#717B66
(113,123,102)
#7D8773
(125,135,115)
#899380
(137,147,128)
#959F8D
(149,159,141)
#A1AB9A
(161,171,154)
#ADB7A7
(173,183,167)
#B9C3B4
(185,195,180)
#C5CFC1
(197,207,193)
#D1DBCE
(209,219,206)
#DDE7DB
(221,231,219)
#E9F3E8
(233,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717B66; }

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

This text font color is #717B66.


Background Color

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

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

This div background color is #717B66.


Border color

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

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

This div border color is #717B66.


Opacity

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

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

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

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

This text has shadow with #717B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717B66 on black background.


Color preview on white background

This text has color #717B66 on white background.



Black color preview on #717B66 background

This text has black color on #717B66 background.


White color preview on #717B66 background

This text has white color on #717B66 background.