COLOR #707965

HEX: #707965 RGB: (112,121,101)

Color info

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

RGB color model

#707965 color RGB value is (112,121,101).

RGB: (112,121,101) (44%, 47%, 40%)

RGB channels and saturation

R 112 of 255 = 44%
G 121 of 255 = 47%
B 101 of 255 = 40%

112
121
101

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

Portions of RGB colors in percentages

R + G + B = 112 + 121 + 101 = 334 (100%)
R 112 of 334 ~ 33.53%
G 121 of 334 ~ 36.23%
B 101 of 334 ~ 30.24'%

%33.53
%36.23
%30.24

CMYK color model

#707965 color CMYK value is (7,0,17,53).

  • cyan value is 7.44%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 52.55%

CMYK: (7,0,17,53)
C7M0Y17K53 (7%, 0%, 17%, 53%)
(0.07 / 0.00 / 0.17 / 0.53)

CMYK percentages

%7.44
%0
%16.53
%52.55

Codes

Color #707965 in popluar color models

70 79 65
RGB 112 121 101
HSL 87° 9.01% 43.53%
HSB/HSV 87° 16.53% 47.45%
CMYK 7.44% 0.00% 16.53%
52.55%

Color #707965 in popluar number systems.

HEX 70 79 65
Decimal 112 121 101
Binary 1110000 1111001 1100101
Octal 160 171 145

Shades and tints

Shades of #707965

#707965
(112,121,101)
#666E5C
(102,110,92)
#5C6353
(92,99,83)
#52584A
(82,88,74)
#484D41
(72,77,65)
#3E4238
(62,66,56)
#34372F
(52,55,47)
#2A2C26
(42,44,38)
#20211D
(32,33,29)
#161614
(22,22,20)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #707965

#707965
(112,121,101)
#7D8573
(125,133,115)
#8A9181
(138,145,129)
#979D8F
(151,157,143)
#A4A99D
(164,169,157)
#B1B5AB
(177,181,171)
#BEC1B9
(190,193,185)
#CBCDC7
(203,205,199)
#D8D9D5
(216,217,213)
#E5E5E3
(229,229,227)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707965; }

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

This text font color is #707965.

Background Color

.myBgColor { background-color: #707965; }

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

This div background color is #707965.

Border color

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

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

This div border color is #707965.

Opacity

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

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

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

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

This text has shadow with #707965 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707965.

Preview

Color preview on black background

This text has color #707965 on black background.


Color preview on white background

This text has color #707965 on white background.


Black color preview on #707965 background

This text has black color on #707965 background.


White color preview on #707965 background

This text has white color on #707965 background.


Related colors

Complementary color

Complementary color for #hex is #8F869A.


I love getcolorcode.com

Triadic colors

1 #657079 and #796570 with #707965 are triadic colors.

2 #657970 and #797065 with #707965 are triadic colors.