COLOR #708787

HEX: #708787 RGB: (112,135,135)

Color info

#708787 contains red, green and blue colors in about the same proportion. Web safe color of #708787 is #669999 (or #699).

RGB color model

#708787 color RGB value is (112,135,135).

RGB: (112,135,135) (44%, 53%, 53%)

RGB channels and saturation

R 112 of 255 = 44%
G 135 of 255 = 53%
B 135 of 255 = 53%

112
135
135

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

Portions of RGB colors in percentages

R + G + B = 112 + 135 + 135 = 382 (100%)
R 112 of 382 ~ 29.32%
G 135 of 382 ~ 35.34%
B 135 of 382 ~ 35.34'%

%29.32
%35.34
%35.34

CMYK color model

#708787 color CMYK value is (17,0,0,47).

  • cyan value is 17.04%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (17,0,0,47)
C17M0Y0K47 (17%, 0%, 0%, 47%)
(0.17 / 0.00 / 0.00 / 0.47)

CMYK percentages

%17.04
%0
%0
%47.06

Codes

Color #708787 in popluar color models

70 87 87
RGB 112 135 135
HSL 180° 9.31% 48.43%
HSB/HSV 180° 17.04% 52.94%
CMYK 17.04% 0.00% 0.00%
47.06%

Color #708787 in popluar number systems.

HEX 70 87 87
Decimal 112 135 135
Binary 1110000 10000111 10000111
Octal 160 207 207

Shades and tints

Shades of #708787

#708787
(112,135,135)
#667B7B
(102,123,123)
#5C6F6F
(92,111,111)
#526363
(82,99,99)
#485757
(72,87,87)
#3E4B4B
(62,75,75)
#343F3F
(52,63,63)
#2A3333
(42,51,51)
#202727
(32,39,39)
#161B1B
(22,27,27)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #708787

#708787
(112,135,135)
#7D9191
(125,145,145)
#8A9B9B
(138,155,155)
#97A5A5
(151,165,165)
#A4AFAF
(164,175,175)
#B1B9B9
(177,185,185)
#BEC3C3
(190,195,195)
#CBCDCD
(203,205,205)
#D8D7D7
(216,215,215)
#E5E1E1
(229,225,225)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #708787; }

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

This text font color is #708787.

Background Color

.myBgColor { background-color: #708787; }

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

This div background color is #708787.

Border color

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

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

This div border color is #708787.

Opacity

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

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

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

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

This text has shadow with #708787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #708787.

Preview

Color preview on black background

This text has color #708787 on black background.


Color preview on white background

This text has color #708787 on white background.


Black color preview on #708787 background

This text has black color on #708787 background.


White color preview on #708787 background

This text has white color on #708787 background.


Related colors

Complementary color

Complementary color for #hex is #8F7878.


I love getcolorcode.com