COLOR #717A65

HEX: #717A65 RGB: (113,122,101)

Color info

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

RGB color model

#717A65 color RGB value is (113,122,101).

RGB: (113,122,101) (44%, 48%, 40%)

RGB channels and saturation

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

113
122
101

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

Portions of RGB colors in percentages

R + G + B = 113 + 122 + 101 = 336 (100%)
R 113 of 336 ~ 33.63%
G 122 of 336 ~ 36.31%
B 101 of 336 ~ 30.06'%

%33.63
%36.31
%30.06

CMYK color model

#717A65 color CMYK value is (7,0,17,52).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 17.21%
  • key color value is 52.16%

CMYK: (7,0,17,52)
C7M0Y17K52 (7%, 0%, 17%, 52%)
(0.07 / 0.00 / 0.17 / 0.52)

CMYK percentages

%7.38
%0
%17.21
%52.16

Codes

Color #717A65 in popluar color models

71 7A 65
RGB 113 122 101
HSL 86° 9.42% 43.73%
HSB/HSV 86° 17.21% 47.84%
CMYK 7.38% 0.00% 17.21%
52.16%

Color #717A65 in popluar number systems.

HEX 71 7A 65
Decimal 113 122 101
Binary 1110001 1111010 1100101
Octal 161 172 145

Shades and tints

Shades of #717A65

#717A65
(113,122,101)
#676F5C
(103,111,92)
#5D6453
(93,100,83)
#53594A
(83,89,74)
#494E41
(73,78,65)
#3F4338
(63,67,56)
#35382F
(53,56,47)
#2B2D26
(43,45,38)
#21221D
(33,34,29)
#171714
(23,23,20)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #717A65

#717A65
(113,122,101)
#7D8673
(125,134,115)
#899281
(137,146,129)
#959E8F
(149,158,143)
#A1AA9D
(161,170,157)
#ADB6AB
(173,182,171)
#B9C2B9
(185,194,185)
#C5CEC7
(197,206,199)
#D1DAD5
(209,218,213)
#DDE6E3
(221,230,227)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717A65; }

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

This text font color is #717A65.

Background Color

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

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

This div background color is #717A65.

Border color

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

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

This div border color is #717A65.

Opacity

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

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

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

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

This text has shadow with #717A65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #717A65.

Preview

Color preview on black background

This text has color #717A65 on black background.


Color preview on white background

This text has color #717A65 on white background.


Black color preview on #717A65 background

This text has black color on #717A65 background.


White color preview on #717A65 background

This text has white color on #717A65 background.


Related colors

Complementary color

Complementary color for #hex is #8E859A.


I love getcolorcode.com

Triadic colors

1 #65717A and #7A6571 with #717A65 are triadic colors.

2 #657A71 and #7A7165 with #717A65 are triadic colors.