COLOR #707752

HEX: #707752 RGB: (112,119,82)

Color info

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

RGB color model

#707752 color RGB value is (112,119,82).

RGB: (112,119,82) (44%, 47%, 32%)

RGB channels and saturation

R 112 of 255 = 44%
G 119 of 255 = 47%
B 82 of 255 = 32%

112
119
82

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

Portions of RGB colors in percentages

R + G + B = 112 + 119 + 82 = 313 (100%)
R 112 of 313 ~ 35.78%
G 119 of 313 ~ 38.02%
B 82 of 313 ~ 26.2'%

%35.78
%38.02
%26.2

CMYK color model

#707752 color CMYK value is (6,0,31,53).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 31.09%
  • key color value is 53.33%

CMYK: (6,0,31,53)
C6M0Y31K53 (6%, 0%, 31%, 53%)
(0.06 / 0.00 / 0.31 / 0.53)

CMYK percentages

%5.88
%0
%31.09
%53.33

Codes

Color #707752 in popluar color models

70 77 52
RGB 112 119 82
HSL 71° 18.41% 39.41%
HSB/HSV 71° 31.09% 46.67%
CMYK 5.88% 0.00% 31.09%
53.33%

Color #707752 in popluar number systems.

HEX 70 77 52
Decimal 112 119 82
Binary 1110000 1110111 1010010
Octal 160 167 122

Shades and tints

Shades of #707752

#707752
(112,119,82)
#666D4B
(102,109,75)
#5C6344
(92,99,68)
#52593D
(82,89,61)
#484F36
(72,79,54)
#3E452F
(62,69,47)
#343B28
(52,59,40)
#2A3121
(42,49,33)
#20271A
(32,39,26)
#161D13
(22,29,19)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #707752

#707752
(112,119,82)
#7D8361
(125,131,97)
#8A8F70
(138,143,112)
#979B7F
(151,155,127)
#A4A78E
(164,167,142)
#B1B39D
(177,179,157)
#BEBFAC
(190,191,172)
#CBCBBB
(203,203,187)
#D8D7CA
(216,215,202)
#E5E3D9
(229,227,217)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707752; }

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

This text font color is #707752.

Background Color

.myBgColor { background-color: #707752; }

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

This div background color is #707752.

Border color

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

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

This div border color is #707752.

Opacity

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

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

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

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

This text has shadow with #707752 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #707752.

Preview

Color preview on black background

This text has color #707752 on black background.


Color preview on white background

This text has color #707752 on white background.


Black color preview on #707752 background

This text has black color on #707752 background.


White color preview on #707752 background

This text has white color on #707752 background.


Related colors

Complementary color

Complementary color for #hex is #8F88AD.


I love getcolorcode.com

Triadic colors

1 #527077 and #775270 with #707752 are triadic colors.

2 #527770 and #777052 with #707752 are triadic colors.