COLOR #70765B

HEX: #70765B RGB: (112,118,91)

Color info

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

RGB color model

#70765B color RGB value is (112,118,91).

RGB: (112,118,91) (44%, 46%, 36%)

RGB channels and saturation

R 112 of 255 = 44%
G 118 of 255 = 46%
B 91 of 255 = 36%

112
118
91

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

Portions of RGB colors in percentages

R + G + B = 112 + 118 + 91 = 321 (100%)
R 112 of 321 ~ 34.89%
G 118 of 321 ~ 36.76%
B 91 of 321 ~ 28.35'%

%34.89
%36.76
%28.35

CMYK color model

#70765B color CMYK value is (5,0,23,54).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 53.73%

CMYK: (5,0,23,54)
C5M0Y23K54 (5%, 0%, 23%, 54%)
(0.05 / 0.00 / 0.23 / 0.54)

CMYK percentages

%5.08
%0
%22.88
%53.73

Codes

Color #70765B in popluar color models

70 76 5B
RGB 112 118 91
HSL 73° 12.92% 40.98%
HSB/HSV 73° 22.88% 46.27%
CMYK 5.08% 0.00% 22.88%
53.73%

Color #70765B in popluar number systems.

HEX 70 76 5B
Decimal 112 118 91
Binary 1110000 1110110 1011011
Octal 160 166 133

Shades and tints

Shades of #70765B

#70765B
(112,118,91)
#666C53
(102,108,83)
#5C624B
(92,98,75)
#525843
(82,88,67)
#484E3B
(72,78,59)
#3E4433
(62,68,51)
#343A2B
(52,58,43)
#2A3023
(42,48,35)
#20261B
(32,38,27)
#161C13
(22,28,19)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #70765B

#70765B
(112,118,91)
#7D8269
(125,130,105)
#8A8E77
(138,142,119)
#979A85
(151,154,133)
#A4A693
(164,166,147)
#B1B2A1
(177,178,161)
#BEBEAF
(190,190,175)
#CBCABD
(203,202,189)
#D8D6CB
(216,214,203)
#E5E2D9
(229,226,217)
#F2EEE7
(242,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70765B; }

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

This text font color is #70765B.

Background Color

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

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

This div background color is #70765B.

Border color

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

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

This div border color is #70765B.

Opacity

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

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

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

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

This text has shadow with #70765B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70765B.

Preview

Color preview on black background

This text has color #70765B on black background.


Color preview on white background

This text has color #70765B on white background.


Black color preview on #70765B background

This text has black color on #70765B background.


White color preview on #70765B background

This text has white color on #70765B background.


Related colors

Complementary color

Complementary color for #hex is #8F89A4.


I love getcolorcode.com

Triadic colors

1 #5B7076 and #765B70 with #70765B are triadic colors.

2 #5B7670 and #76705B with #70765B are triadic colors.