COLOR #717A55

HEX: #717A55
RGB: (113,122,85)

Color info

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

RGB color model

#717A55 color RGB value is (113,122,85).

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

RGB channels and saturation

R 113 of 255 = 44%
G 122 of 255 = 48%
B 85 of 255 = 33%

113
122
85

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

Portions of RGB colors in percentages

R + G + B =
113 + 122 + 85 = 320 (100%)
R 113 of 320 ~ 35.31%
G 122 of 320 ~ 38.13%
B 85 of 320 ~ 26.56%

%35.31
%38.13
%26.56

CMYK color model

#717A55 color CMYK value is (7,0,30,52).

  • cyan value is 7.38%
  • magenta value is 0.00%
  • yellow value is 30.33%
  • key color value is 52.16%
CMYK:
(7,0,30,52)
C7M0Y30K52 
(7%,0%,30%,52%)
(0.07/0.00/0.30/0.52)	

CMYK percentages

%7.38
%0
%30.33
%52.16

Codes

Color #717A55 in popluar color models

717A55
RGB11312285
HSL75°17.87%40.59%
HSB/HSV75°30.33%47.84%
CMYK7.38%0.00%30.33%
52.16%

Color #717A55 in popluar number systems.

HEX717A55
Decimal11312285
Binary111000111110101010101
Octal161172125

Shades and tints

Shades of #717A55

#717A55
(113,122,85)
#676F4E
(103,111,78)
#5D6447
(93,100,71)
#535940
(83,89,64)
#494E39
(73,78,57)
#3F4332
(63,67,50)
#35382B
(53,56,43)
#2B2D24
(43,45,36)
#21221D
(33,34,29)
#171716
(23,23,22)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #717A55

#717A55
(113,122,85)
#7D8664
(125,134,100)
#899273
(137,146,115)
#959E82
(149,158,130)
#A1AA91
(161,170,145)
#ADB6A0
(173,182,160)
#B9C2AF
(185,194,175)
#C5CEBE
(197,206,190)
#D1DACD
(209,218,205)
#DDE6DC
(221,230,220)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #717A55; }

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

This text font color is #717A55.


Background Color

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

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

This div background color is #717A55.


Border color

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

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

This div border color is #717A55.


Opacity

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

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

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

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

This text has shadow with #717A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717A55 on black background.


Color preview on white background

This text has color #717A55 on white background.



Black color preview on #717A55 background

This text has black color on #717A55 background.


White color preview on #717A55 background

This text has white color on #717A55 background.