COLOR #776250

HEX: #776250
RGB: (119,98,80)

Color info

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

RGB color model

#776250 color RGB value is (119,98,80).

  • red value is 119;
  • green value is 98;
  • blue value is 80.
RGB:
(119,98,80)
(47%,38%,31%)

RGB channels and saturation

R 119 of 255 = 47%
G 98 of 255 = 38%
B 80 of 255 = 31%

119
98
80

R + G + B ~ 39%. #776250 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 98 + 80 = 297 (100%)
R 119 of 297 ~ 40.07%
G 98 of 297 ~ 33%
B 80 of 297 ~ 26.94%

%40.07
%33
%26.94

CMYK color model

#776250 color CMYK value is (0,18,33,53).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 32.77%
  • key color value is 53.33%
CMYK:
(0,18,33,53)
C0M18Y33K53 
(0%,18%,33%,53%)
(0.00/0.18/0.33/0.53)	

CMYK percentages

%0
%17.65
%32.77
%53.33

Codes

Color #776250 in popluar color models

776250
RGB1199880
HSL28°19.60%39.02%
HSB/HSV28°32.77%46.67%
CMYK0.00%17.65%32.77%
53.33%

Color #776250 in popluar number systems.

HEX776250
Decimal1199880
Binary111011111000101010000
Octal167142120

Shades and tints

Shades of #776250

#776250
(119,98,80)
#6D5A49
(109,90,73)
#635242
(99,82,66)
#594A3B
(89,74,59)
#4F4234
(79,66,52)
#453A2D
(69,58,45)
#3B3226
(59,50,38)
#312A1F
(49,42,31)
#272218
(39,34,24)
#1D1A11
(29,26,17)
#13120A
(19,18,10)
#000000
(0,0,0)

Tints of #776250

#776250
(119,98,80)
#83705F
(131,112,95)
#8F7E6E
(143,126,110)
#9B8C7D
(155,140,125)
#A79A8C
(167,154,140)
#B3A89B
(179,168,155)
#BFB6AA
(191,182,170)
#CBC4B9
(203,196,185)
#D7D2C8
(215,210,200)
#E3E0D7
(227,224,215)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776250 color. Also use rgb(119,98,80) instead hex code.

Text Font Color

.myTextColor { color: #776250; }

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

This text font color is #776250.


Background Color

.myBgColor { background-color: #776250; }

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

This div background color is #776250.


Border color

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

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

This div border color is #776250.


Opacity

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

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

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

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

This text has shadow with #776250 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776250 on black background.


Color preview on white background

This text has color #776250 on white background.



Black color preview on #776250 background

This text has black color on #776250 background.


White color preview on #776250 background

This text has white color on #776250 background.