COLOR #775605

HEX: #775605
RGB: (119,86,5)

Color info

#775605 contains mainly red and green colors. Web safe color of #775605 is #666600 (or #660).

RGB color model

#775605 color RGB value is (119,86,5).

  • red value is 119;
  • green value is 86;
  • blue value is 5.
RGB:
(119,86,5)
(47%,34%,2%)

RGB channels and saturation

R 119 of 255 = 47%
G 86 of 255 = 34%
B 5 of 255 = 2%

119
86
5

R + G + B ~ 28%. #775605 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 86 + 5 = 210 (100%)
R 119 of 210 ~ 56.67%
G 86 of 210 ~ 40.95%
B 5 of 210 ~ 2.38%

%56.67
%40.95

CMYK color model

#775605 color CMYK value is (0,28,96,53).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 95.80%
  • key color value is 53.33%
CMYK:
(0,28,96,53)
C0M28Y96K53 
(0%,28%,96%,53%)
(0.00/0.28/0.96/0.53)	

CMYK percentages

%0
%27.73
%95.8
%53.33

Codes

Color #775605 in popluar color models

775605
RGB119865
HSL43°91.94%24.31%
HSB/HSV43°95.80%46.67%
CMYK0.00%27.73%95.80%
53.33%

Color #775605 in popluar number systems.

HEX775605
Decimal119865
Binary11101111010110101
Octal1671265

Shades and tints

Shades of #775605

#775605
(119,86,5)
#6D4F05
(109,79,5)
#634805
(99,72,5)
#594105
(89,65,5)
#4F3A05
(79,58,5)
#453305
(69,51,5)
#3B2C05
(59,44,5)
#312505
(49,37,5)
#271E05
(39,30,5)
#1D1705
(29,23,5)
#131005
(19,16,5)
#000000
(0,0,0)

Tints of #775605

#775605
(119,86,5)
#83651B
(131,101,27)
#8F7431
(143,116,49)
#9B8347
(155,131,71)
#A7925D
(167,146,93)
#B3A173
(179,161,115)
#BFB089
(191,176,137)
#CBBF9F
(203,191,159)
#D7CEB5
(215,206,181)
#E3DDCB
(227,221,203)
#EFECE1
(239,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775605 color. Also use rgb(119,86,5) instead hex code.

Text Font Color

.myTextColor { color: #775605; }

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

This text font color is #775605.


Background Color

.myBgColor { background-color: #775605; }

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

This div background color is #775605.


Border color

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

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

This div border color is #775605.


Opacity

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

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

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

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

This text has shadow with #775605 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775605 on black background.


Color preview on white background

This text has color #775605 on white background.



Black color preview on #775605 background

This text has black color on #775605 background.


White color preview on #775605 background

This text has white color on #775605 background.