COLOR #717075

HEX: #717075
RGB: (113,112,117)

Color info

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

RGB color model

#717075 color RGB value is (113,112,117).

  • red value is 113;
  • green value is 112;
  • blue value is 117.
RGB:
(113,112,117)
(44%,44%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 117 of 255 = 46%

113
112
117

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

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 117 = 342 (100%)
R 113 of 342 ~ 33.04%
G 112 of 342 ~ 32.75%
B 117 of 342 ~ 34.21%

%33.04
%32.75
%34.21

CMYK color model

#717075 color CMYK value is (3,4,0,54).

  • cyan value is 3.42%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(3,4,0,54)
C3M4Y0K54 
(3%,4%,0%,54%)
(0.03/0.04/0.00/0.54)	

CMYK percentages

%3.42
%4.27
%0
%54.12

Codes

Color #717075 in popluar color models

717075
RGB113112117
HSL252°2.18%44.90%
HSB/HSV252°4.27%45.88%
CMYK3.42%4.27%0.00%
54.12%

Color #717075 in popluar number systems.

HEX717075
Decimal113112117
Binary111000111100001110101
Octal161160165

Shades and tints

Shades of #717075

#717075
(113,112,117)
#67666B
(103,102,107)
#5D5C61
(93,92,97)
#535257
(83,82,87)
#49484D
(73,72,77)
#3F3E43
(63,62,67)
#353439
(53,52,57)
#2B2A2F
(43,42,47)
#212025
(33,32,37)
#17161B
(23,22,27)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #717075

#717075
(113,112,117)
#7D7D81
(125,125,129)
#898A8D
(137,138,141)
#959799
(149,151,153)
#A1A4A5
(161,164,165)
#ADB1B1
(173,177,177)
#B9BEBD
(185,190,189)
#C5CBC9
(197,203,201)
#D1D8D5
(209,216,213)
#DDE5E1
(221,229,225)
#E9F2ED
(233,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #717075 color. Also use rgb(113,112,117) instead hex code.

Text Font Color

.myTextColor { color: #717075; }

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

This text font color is #717075.


Background Color

.myBgColor { background-color: #717075; }

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

This div background color is #717075.


Border color

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

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

This div border color is #717075.


Opacity

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

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

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

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

This text has shadow with #717075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #717075 on black background.


Color preview on white background

This text has color #717075 on white background.



Black color preview on #717075 background

This text has black color on #717075 background.


White color preview on #717075 background

This text has white color on #717075 background.