COLOR #717B6A

HEX: #717B6A
RGB: (113,123,106)

Color info

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

RGB color model

#717B6A color RGB value is (113,123,106).

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

RGB channels and saturation

R 113 of 255 = 44%
G 123 of 255 = 48%
B 106 of 255 = 42%

113
123
106

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

Portions of RGB colors in percentages

R + G + B =
113 + 123 + 106 = 342 (100%)
R 113 of 342 ~ 33.04%
G 123 of 342 ~ 35.96%
B 106 of 342 ~ 30.99%

%33.04
%35.96
%30.99

CMYK color model

#717B6A color CMYK value is (8,0,14,52).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 51.76%
CMYK:
(8,0,14,52)
C8M0Y14K52 
(8%,0%,14%,52%)
(0.08/0.00/0.14/0.52)	

CMYK percentages

%8.13
%0
%13.82
%51.76

Codes

Color #717B6A in popluar color models

717B6A
RGB113123106
HSL95°7.42%44.90%
HSB/HSV95°13.82%48.24%
CMYK8.13%0.00%13.82%
51.76%

Color #717B6A in popluar number systems.

HEX717B6A
Decimal113123106
Binary111000111110111101010
Octal161173152

Shades and tints

Shades of #717B6A

#717B6A
(113,123,106)
#677061
(103,112,97)
#5D6558
(93,101,88)
#535A4F
(83,90,79)
#494F46
(73,79,70)
#3F443D
(63,68,61)
#353934
(53,57,52)
#2B2E2B
(43,46,43)
#212322
(33,35,34)
#171819
(23,24,25)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #717B6A

#717B6A
(113,123,106)
#7D8777
(125,135,119)
#899384
(137,147,132)
#959F91
(149,159,145)
#A1AB9E
(161,171,158)
#ADB7AB
(173,183,171)
#B9C3B8
(185,195,184)
#C5CFC5
(197,207,197)
#D1DBD2
(209,219,210)
#DDE7DF
(221,231,223)
#E9F3EC
(233,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717B6A; }

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

This text font color is #717B6A.


Background Color

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

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

This div background color is #717B6A.


Border color

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

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

This div border color is #717B6A.


Opacity

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

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

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

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

This text has shadow with #717B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717B6A on black background.


Color preview on white background

This text has color #717B6A on white background.



Black color preview on #717B6A background

This text has black color on #717B6A background.


White color preview on #717B6A background

This text has white color on #717B6A background.