COLOR #70877C

HEX: #70877C RGB: (112,135,124)

Color info

#70877C contains red, green and blue colors in about the same proportion. Web safe color of #70877C is #669966 (or #696).

RGB color model

#70877C color RGB value is (112,135,124).

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

RGB channels and saturation

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

112
135
124

R + G + B ~ 49%. #70877C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 135 + 124 = 371 (100%)
R 112 of 371 ~ 30.19%
G 135 of 371 ~ 36.39%
B 124 of 371 ~ 33.42'%

%30.19
%36.39
%33.42

CMYK color model

#70877C color CMYK value is (17,0,8,47).

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

CMYK: (17,0,8,47)
C17M0Y8K47 (17%, 0%, 8%, 47%)
(0.17 / 0.00 / 0.08 / 0.47)

CMYK percentages

%17.04
%0
%8.15
%47.06

Codes

Color #70877C in popluar color models

70 87 7C
RGB 112 135 124
HSL 151° 9.31% 48.43%
HSB/HSV 151° 17.04% 52.94%
CMYK 17.04% 0.00% 8.15%
47.06%

Color #70877C in popluar number systems.

HEX 70 87 7C
Decimal 112 135 124
Binary 1110000 10000111 1111100
Octal 160 207 174

Shades and tints

Shades of #70877C

#70877C
(112,135,124)
#667B71
(102,123,113)
#5C6F66
(92,111,102)
#52635B
(82,99,91)
#485750
(72,87,80)
#3E4B45
(62,75,69)
#343F3A
(52,63,58)
#2A332F
(42,51,47)
#202724
(32,39,36)
#161B19
(22,27,25)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #70877C

#70877C
(112,135,124)
#7D9187
(125,145,135)
#8A9B92
(138,155,146)
#97A59D
(151,165,157)
#A4AFA8
(164,175,168)
#B1B9B3
(177,185,179)
#BEC3BE
(190,195,190)
#CBCDC9
(203,205,201)
#D8D7D4
(216,215,212)
#E5E1DF
(229,225,223)
#F2EBEA
(242,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70877C; }

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

This text font color is #70877C.

Background Color

.myBgColor { background-color: #70877C; }

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

This div background color is #70877C.

Border color

.myBorderColor { border: 1px solid #70877C; }

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

This div border color is #70877C.

Opacity

.myOpacity80 { color: #70877C; opacity: 0.8; }

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

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

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

This text has shadow with #70877C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70877C.

Preview

Color preview on black background

This text has color #70877C on black background.


Color preview on white background

This text has color #70877C on white background.


Black color preview on #70877C background

This text has black color on #70877C background.


White color preview on #70877C background

This text has white color on #70877C background.


Related colors

Complementary color

Complementary color for #hex is #8F7883.


I love getcolorcode.com

Triadic colors

1 #7C7087 and #877C70 with #70877C are triadic colors.

2 #7C8770 and #87707C with #70877C are triadic colors.