COLOR #707726

HEX: #707726
RGB: (112,119,38)

Color info

#707726 contains mainly red and green colors. Web safe color of #707726 is #666633 (or #663).

RGB color model

#707726 color RGB value is (112,119,38).

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

RGB channels and saturation

R 112 of 255 = 44%
G 119 of 255 = 47%
B 38 of 255 = 15%

112
119
38

R + G + B ~ 35%. #707726 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
112 + 119 + 38 = 269 (100%)
R 112 of 269 ~ 41.64%
G 119 of 269 ~ 44.24%
B 38 of 269 ~ 14.13%

%41.64
%44.24
%14.13

CMYK color model

#707726 color CMYK value is (6,0,68,53).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 68.07%
  • key color value is 53.33%
CMYK: (6,0,68,53) C6M0Y68K53 (6%,0%,68%,53%) (0.06/0.00/0.68/0.53)

CMYK percentages

%5.88
%0
%68.07
%53.33

Codes

Color #707726 in popluar color models

707726
RGB11211938
HSL65°51.59%30.78%
HSB/HSV65°68.07%46.67%
CMYK5.88%0.00%68.07%
53.33%

Color #707726 in popluar number systems.

HEX707726
Decimal11211938
Binary11100001110111100110
Octal16016746

Shades and tints

Shades of #707726

#707726
(112,119,38)
#666D23
(102,109,35)
#5C6320
(92,99,32)
#52591D
(82,89,29)
#484F1A
(72,79,26)
#3E4517
(62,69,23)
#343B14
(52,59,20)
#2A3111
(42,49,17)
#20270E
(32,39,14)
#161D0B
(22,29,11)
#0C1308
(12,19,8)
#000000
(0,0,0)

Tints of #707726

#707726
(112,119,38)
#7D8339
(125,131,57)
#8A8F4C
(138,143,76)
#979B5F
(151,155,95)
#A4A772
(164,167,114)
#B1B385
(177,179,133)
#BEBF98
(190,191,152)
#CBCBAB
(203,203,171)
#D8D7BE
(216,215,190)
#E5E3D1
(229,227,209)
#F2EFE4
(242,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #707726; }

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

This text font color is #707726.


Background Color

.myBgColor { background-color: #707726; }

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

This div background color is #707726.


Border color

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

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

This div border color is #707726.


Opacity

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

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

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

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

This text has shadow with #707726 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #707726 on black background.


Color preview on white background

This text has color #707726 on white background.



Black color preview on #707726 background

This text has black color on #707726 background.


White color preview on #707726 background

This text has white color on #707726 background.