COLOR #776230

HEX: #776230
RGB: (119,98,48)

Color info

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

RGB color model

#776230 color RGB value is (119,98,48).

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

RGB channels and saturation

R 119 of 255 = 47%
G 98 of 255 = 38%
B 48 of 255 = 19%

119
98
48

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

Portions of RGB colors in percentages

R + G + B =
119 + 98 + 48 = 265 (100%)
R 119 of 265 ~ 44.91%
G 98 of 265 ~ 36.98%
B 48 of 265 ~ 18.11%

%44.91
%36.98
%18.11

CMYK color model

#776230 color CMYK value is (0,18,60,53).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 59.66%
  • key color value is 53.33%
CMYK:
(0,18,60,53)
C0M18Y60K53 
(0%,18%,60%,53%)
(0.00/0.18/0.60/0.53)	

CMYK percentages

%0
%17.65
%59.66
%53.33

Codes

Color #776230 in popluar color models

776230
RGB1199848
HSL42°42.51%32.75%
HSB/HSV42°59.66%46.67%
CMYK0.00%17.65%59.66%
53.33%

Color #776230 in popluar number systems.

HEX776230
Decimal1199848
Binary11101111100010110000
Octal16714260

Shades and tints

Shades of #776230

#776230
(119,98,48)
#6D5A2C
(109,90,44)
#635228
(99,82,40)
#594A24
(89,74,36)
#4F4220
(79,66,32)
#453A1C
(69,58,28)
#3B3218
(59,50,24)
#312A14
(49,42,20)
#272210
(39,34,16)
#1D1A0C
(29,26,12)
#131208
(19,18,8)
#000000
(0,0,0)

Tints of #776230

#776230
(119,98,48)
#837042
(131,112,66)
#8F7E54
(143,126,84)
#9B8C66
(155,140,102)
#A79A78
(167,154,120)
#B3A88A
(179,168,138)
#BFB69C
(191,182,156)
#CBC4AE
(203,196,174)
#D7D2C0
(215,210,192)
#E3E0D2
(227,224,210)
#EFEEE4
(239,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776230; }

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

This text font color is #776230.


Background Color

.myBgColor { background-color: #776230; }

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

This div background color is #776230.


Border color

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

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

This div border color is #776230.


Opacity

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

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

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

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

This text has shadow with #776230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776230 on black background.


Color preview on white background

This text has color #776230 on white background.



Black color preview on #776230 background

This text has black color on #776230 background.


White color preview on #776230 background

This text has white color on #776230 background.