COLOR #776515

HEX: #776515
RGB: (119,101,21)

Color info

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

RGB color model

#776515 color RGB value is (119,101,21).

  • red value is 119;
  • green value is 101;
  • blue value is 21.
RGB:
(119,101,21)
(47%,40%,8%)

RGB channels and saturation

R 119 of 255 = 47%
G 101 of 255 = 40%
B 21 of 255 = 8%

119
101
21

R + G + B ~ 32%. #776515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 101 + 21 = 241 (100%)
R 119 of 241 ~ 49.38%
G 101 of 241 ~ 41.91%
B 21 of 241 ~ 8.71%

%49.38
%41.91

CMYK color model

#776515 color CMYK value is (0,15,82,53).

  • cyan value is 0.00%
  • magenta value is 15.13%
  • yellow value is 82.35%
  • key color value is 53.33%
CMYK:
(0,15,82,53)
C0M15Y82K53 
(0%,15%,82%,53%)
(0.00/0.15/0.82/0.53)	

CMYK percentages

%0
%15.13
%82.35
%53.33

Codes

Color #776515 in popluar color models

776515
RGB11910121
HSL49°70.00%27.45%
HSB/HSV49°82.35%46.67%
CMYK0.00%15.13%82.35%
53.33%

Color #776515 in popluar number systems.

HEX776515
Decimal11910121
Binary1110111110010110101
Octal16714525

Shades and tints

Shades of #776515

#776515
(119,101,21)
#6D5C14
(109,92,20)
#635313
(99,83,19)
#594A12
(89,74,18)
#4F4111
(79,65,17)
#453810
(69,56,16)
#3B2F0F
(59,47,15)
#31260E
(49,38,14)
#271D0D
(39,29,13)
#1D140C
(29,20,12)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #776515

#776515
(119,101,21)
#83732A
(131,115,42)
#8F813F
(143,129,63)
#9B8F54
(155,143,84)
#A79D69
(167,157,105)
#B3AB7E
(179,171,126)
#BFB993
(191,185,147)
#CBC7A8
(203,199,168)
#D7D5BD
(215,213,189)
#E3E3D2
(227,227,210)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776515 color. Also use rgb(119,101,21) instead hex code.

Text Font Color

.myTextColor { color: #776515; }

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

This text font color is #776515.


Background Color

.myBgColor { background-color: #776515; }

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

This div background color is #776515.


Border color

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

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

This div border color is #776515.


Opacity

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

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

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

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

This text has shadow with #776515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776515 on black background.


Color preview on white background

This text has color #776515 on white background.



Black color preview on #776515 background

This text has black color on #776515 background.


White color preview on #776515 background

This text has white color on #776515 background.