COLOR #775611

HEX: #775611
RGB: (119,86,17)

Color info

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

RGB color model

#775611 color RGB value is (119,86,17).

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

RGB channels and saturation

R 119 of 255 = 47%
G 86 of 255 = 34%
B 17 of 255 = 7%

119
86
17

R + G + B ~ 29%. #775611 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 86 + 17 = 222 (100%)
R 119 of 222 ~ 53.6%
G 86 of 222 ~ 38.74%
B 17 of 222 ~ 7.66%

%53.6
%38.74

CMYK color model

#775611 color CMYK value is (0,28,86,53).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 85.71%
  • key color value is 53.33%
CMYK:
(0,28,86,53)
C0M28Y86K53 
(0%,28%,86%,53%)
(0.00/0.28/0.86/0.53)	

CMYK percentages

%0
%27.73
%85.71
%53.33

Codes

Color #775611 in popluar color models

775611
RGB1198617
HSL41°75.00%26.67%
HSB/HSV41°85.71%46.67%
CMYK0.00%27.73%85.71%
53.33%

Color #775611 in popluar number systems.

HEX775611
Decimal1198617
Binary1110111101011010001
Octal16712621

Shades and tints

Shades of #775611

#775611
(119,86,17)
#6D4F10
(109,79,16)
#63480F
(99,72,15)
#59410E
(89,65,14)
#4F3A0D
(79,58,13)
#45330C
(69,51,12)
#3B2C0B
(59,44,11)
#31250A
(49,37,10)
#271E09
(39,30,9)
#1D1708
(29,23,8)
#131007
(19,16,7)
#000000
(0,0,0)

Tints of #775611

#775611
(119,86,17)
#836526
(131,101,38)
#8F743B
(143,116,59)
#9B8350
(155,131,80)
#A79265
(167,146,101)
#B3A17A
(179,161,122)
#BFB08F
(191,176,143)
#CBBFA4
(203,191,164)
#D7CEB9
(215,206,185)
#E3DDCE
(227,221,206)
#EFECE3
(239,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775611; }

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

This text font color is #775611.


Background Color

.myBgColor { background-color: #775611; }

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

This div background color is #775611.


Border color

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

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

This div border color is #775611.


Opacity

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

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

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

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

This text has shadow with #775611 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775611 on black background.


Color preview on white background

This text has color #775611 on white background.



Black color preview on #775611 background

This text has black color on #775611 background.


White color preview on #775611 background

This text has white color on #775611 background.