COLOR #70775D

HEX: #70775D
RGB: (112,119,93)

Color info

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

RGB color model

#70775D color RGB value is (112,119,93).

  • red value is 112;
  • green value is 119;
  • blue value is 93.
RGB:
(112,119,93)
(44%,47%,36%)

RGB channels and saturation

R 112 of 255 = 44%
G 119 of 255 = 47%
B 93 of 255 = 36%

112
119
93

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

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 93 = 324 (100%)
R 112 of 324 ~ 34.57%
G 119 of 324 ~ 36.73%
B 93 of 324 ~ 28.7%

%34.57
%36.73
%28.7

CMYK color model

#70775D color CMYK value is (6,0,22,53).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 21.85%
  • key color value is 53.33%
CMYK:
(6,0,22,53)
C6M0Y22K53 
(6%,0%,22%,53%)
(0.06/0.00/0.22/0.53)	

CMYK percentages

%5.88
%0
%21.85
%53.33

Codes

Color #70775D in popluar color models

70775D
RGB11211993
HSL76°12.26%41.57%
HSB/HSV76°21.85%46.67%
CMYK5.88%0.00%21.85%
53.33%

Color #70775D in popluar number systems.

HEX70775D
Decimal11211993
Binary111000011101111011101
Octal160167135

Shades and tints

Shades of #70775D

#70775D
(112,119,93)
#666D55
(102,109,85)
#5C634D
(92,99,77)
#525945
(82,89,69)
#484F3D
(72,79,61)
#3E4535
(62,69,53)
#343B2D
(52,59,45)
#2A3125
(42,49,37)
#20271D
(32,39,29)
#161D15
(22,29,21)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #70775D

#70775D
(112,119,93)
#7D836B
(125,131,107)
#8A8F79
(138,143,121)
#979B87
(151,155,135)
#A4A795
(164,167,149)
#B1B3A3
(177,179,163)
#BEBFB1
(190,191,177)
#CBCBBF
(203,203,191)
#D8D7CD
(216,215,205)
#E5E3DB
(229,227,219)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70775D color. Also use rgb(112,119,93) instead hex code.

Text Font Color

.myTextColor { color: #70775D; }

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

This text font color is #70775D.


Background Color

.myBgColor { background-color: #70775D; }

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

This div background color is #70775D.


Border color

.myBorderColor { border: 1px solid #70775D; }

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

This div border color is #70775D.


Opacity

.myOpacity80 { color: #70775D; opacity: 0.8; }

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

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

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

This text has shadow with #70775D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70775D on black background.


Color preview on white background

This text has color #70775D on white background.



Black color preview on #70775D background

This text has black color on #70775D background.


White color preview on #70775D background

This text has white color on #70775D background.