COLOR #717C69

HEX: #717C69 RGB: (113,124,105)

Color info

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

RGB color model

#717C69 color RGB value is (113,124,105).

RGB: (113,124,105) (44%, 49%, 41%)

RGB channels and saturation

R 113 of 255 = 44%
G 124 of 255 = 49%
B 105 of 255 = 41%

113
124
105

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

Portions of RGB colors in percentages

R + G + B = 113 + 124 + 105 = 342 (100%)
R 113 of 342 ~ 33.04%
G 124 of 342 ~ 36.26%
B 105 of 342 ~ 30.7'%

%33.04
%36.26
%30.7

CMYK color model

#717C69 color CMYK value is (9,0,15,51).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 15.32%
  • key color value is 51.37%
CMYK: (9,0,15,51) C9M0Y15K51 (9%,0%,15%,51%) (0.09/0.00/0.15/0.51) 

CMYK percentages

%8.87
%0
%15.32
%51.37

Codes

Color #717C69 in popluar color models

71 7C 69
RGB 113 124 105
HSL 95° 8.30% 44.90%
HSB/HSV 95° 15.32% 48.63%
CMYK 8.87% 0.00% 15.32%
51.37%

Color #717C69 in popluar number systems.

HEX 71 7C 69
Decimal 113 124 105
Binary 1110001 1111100 1101001
Octal 161 174 151

Shades and tints

Shades of #717C69

#717C69
(113,124,105)
#677160
(103,113,96)
#5D6657
(93,102,87)
#535B4E
(83,91,78)
#495045
(73,80,69)
#3F453C
(63,69,60)
#353A33
(53,58,51)
#2B2F2A
(43,47,42)
#212421
(33,36,33)
#171918
(23,25,24)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #717C69

#717C69
(113,124,105)
#7D8776
(125,135,118)
#899283
(137,146,131)
#959D90
(149,157,144)
#A1A89D
(161,168,157)
#ADB3AA
(173,179,170)
#B9BEB7
(185,190,183)
#C5C9C4
(197,201,196)
#D1D4D1
(209,212,209)
#DDDFDE
(221,223,222)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717C69 color. Also use rgb(113,124,105) instead hex code.

Text Font Color

.myTextColor { color: #717C69; }

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

This text font color is #717C69.

Background Color

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

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

This div background color is #717C69.

Border color

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

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

This div border color is #717C69.

Opacity

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

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

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

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

This text has shadow with #717C69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717C69.

Preview

Color preview on black background

This text has color #717C69 on black background.


Color preview on white background

This text has color #717C69 on white background.


Black color preview on #717C69 background

This text has black color on #717C69 background.


White color preview on #717C69 background

This text has white color on #717C69 background.


Related colors

Complementary color

Complementary color for #hex is #8E8396.


I love getcolorcode.com

Triadic colors

1 #69717C and #7C6971 with #717C69 are triadic colors.

2 #697C71 and #7C7169 with #717C69 are triadic colors.