COLOR #70765F

HEX: #70765F
RGB: (112,118,95)

Color info

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

RGB color model

#70765F color RGB value is (112,118,95).

  • red value is 112;
  • green value is 118;
  • blue value is 95.
RGB:
(112,118,95)
(44%,46%,37%)

RGB channels and saturation

R 112 of 255 = 44%
G 118 of 255 = 46%
B 95 of 255 = 37%

112
118
95

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

Portions of RGB colors in percentages

R + G + B =
112 + 118 + 95 = 325 (100%)
R 112 of 325 ~ 34.46%
G 118 of 325 ~ 36.31%
B 95 of 325 ~ 29.23%

%34.46
%36.31
%29.23

CMYK color model

#70765F color CMYK value is (5,0,19,54).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 53.73%
CMYK:
(5,0,19,54)
C5M0Y19K54 
(5%,0%,19%,54%)
(0.05/0.00/0.19/0.54)	

CMYK percentages

%5.08
%0
%19.49
%53.73

Codes

Color #70765F in popluar color models

70765F
RGB11211895
HSL76°10.80%41.76%
HSB/HSV76°19.49%46.27%
CMYK5.08%0.00%19.49%
53.73%

Color #70765F in popluar number systems.

HEX70765F
Decimal11211895
Binary111000011101101011111
Octal160166137

Shades and tints

Shades of #70765F

#70765F
(112,118,95)
#666C57
(102,108,87)
#5C624F
(92,98,79)
#525847
(82,88,71)
#484E3F
(72,78,63)
#3E4437
(62,68,55)
#343A2F
(52,58,47)
#2A3027
(42,48,39)
#20261F
(32,38,31)
#161C17
(22,28,23)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #70765F

#70765F
(112,118,95)
#7D826D
(125,130,109)
#8A8E7B
(138,142,123)
#979A89
(151,154,137)
#A4A697
(164,166,151)
#B1B2A5
(177,178,165)
#BEBEB3
(190,190,179)
#CBCAC1
(203,202,193)
#D8D6CF
(216,214,207)
#E5E2DD
(229,226,221)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #70765F color. Also use rgb(112,118,95) instead hex code.

Text Font Color

.myTextColor { color: #70765F; }

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

This text font color is #70765F.


Background Color

.myBgColor { background-color: #70765F; }

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

This div background color is #70765F.


Border color

.myBorderColor { border: 1px solid #70765F; }

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

This div border color is #70765F.


Opacity

.myOpacity80 { color: #70765F; opacity: 0.8; }

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

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

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

This text has shadow with #70765F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #70765F on black background.


Color preview on white background

This text has color #70765F on white background.



Black color preview on #70765F background

This text has black color on #70765F background.


White color preview on #70765F background

This text has white color on #70765F background.