COLOR #717768

HEX: #717768
RGB: (113,119,104)

Color info

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

RGB color model

#717768 color RGB value is (113,119,104).

  • red value is 113;
  • green value is 119;
  • blue value is 104.
RGB:
(113,119,104)
(44%,47%,41%)

RGB channels and saturation

R 113 of 255 = 44%
G 119 of 255 = 47%
B 104 of 255 = 41%

113
119
104

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

Portions of RGB colors in percentages

R + G + B =
113 + 119 + 104 = 336 (100%)
R 113 of 336 ~ 33.63%
G 119 of 336 ~ 35.42%
B 104 of 336 ~ 30.95%

%33.63
%35.42
%30.95

CMYK color model

#717768 color CMYK value is (5,0,13,53).

  • cyan value is 5.04%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 53.33%
CMYK:
(5,0,13,53)
C5M0Y13K53 
(5%,0%,13%,53%)
(0.05/0.00/0.13/0.53)	

CMYK percentages

%5.04
%0
%12.61
%53.33

Codes

Color #717768 in popluar color models

717768
RGB113119104
HSL84°6.73%43.73%
HSB/HSV84°12.61%46.67%
CMYK5.04%0.00%12.61%
53.33%

Color #717768 in popluar number systems.

HEX717768
Decimal113119104
Binary111000111101111101000
Octal161167150

Shades and tints

Shades of #717768

#717768
(113,119,104)
#676D5F
(103,109,95)
#5D6356
(93,99,86)
#53594D
(83,89,77)
#494F44
(73,79,68)
#3F453B
(63,69,59)
#353B32
(53,59,50)
#2B3129
(43,49,41)
#212720
(33,39,32)
#171D17
(23,29,23)
#0D130E
(13,19,14)
#000000
(0,0,0)

Tints of #717768

#717768
(113,119,104)
#7D8375
(125,131,117)
#898F82
(137,143,130)
#959B8F
(149,155,143)
#A1A79C
(161,167,156)
#ADB3A9
(173,179,169)
#B9BFB6
(185,191,182)
#C5CBC3
(197,203,195)
#D1D7D0
(209,215,208)
#DDE3DD
(221,227,221)
#E9EFEA
(233,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717768 color. Also use rgb(113,119,104) instead hex code.

Text Font Color

.myTextColor { color: #717768; }

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

This text font color is #717768.


Background Color

.myBgColor { background-color: #717768; }

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

This div background color is #717768.


Border color

.myBorderColor { border: 1px solid #717768; }

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

This div border color is #717768.


Opacity

.myOpacity80 { color: #717768; opacity: 0.8; }

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

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

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

This text has shadow with #717768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717768 on black background.


Color preview on white background

This text has color #717768 on white background.



Black color preview on #717768 background

This text has black color on #717768 background.


White color preview on #717768 background

This text has white color on #717768 background.