COLOR #776253

HEX: #776253
RGB: (119,98,83)

Color info

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

RGB color model

#776253 color RGB value is (119,98,83).

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

RGB channels and saturation

R 119 of 255 = 47%
G 98 of 255 = 38%
B 83 of 255 = 33%

119
98
83

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

Portions of RGB colors in percentages

R + G + B =
119 + 98 + 83 = 300 (100%)
R 119 of 300 ~ 39.67%
G 98 of 300 ~ 32.67%
B 83 of 300 ~ 27.67%

%39.67
%32.67
%27.67

CMYK color model

#776253 color CMYK value is (0,18,30,53).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 30.25%
  • key color value is 53.33%
CMYK:
(0,18,30,53)
C0M18Y30K53 
(0%,18%,30%,53%)
(0.00/0.18/0.30/0.53)	

CMYK percentages

%0
%17.65
%30.25
%53.33

Codes

Color #776253 in popluar color models

776253
RGB1199883
HSL25°17.82%39.61%
HSB/HSV25°30.25%46.67%
CMYK0.00%17.65%30.25%
53.33%

Color #776253 in popluar number systems.

HEX776253
Decimal1199883
Binary111011111000101010011
Octal167142123

Shades and tints

Shades of #776253

#776253
(119,98,83)
#6D5A4C
(109,90,76)
#635245
(99,82,69)
#594A3E
(89,74,62)
#4F4237
(79,66,55)
#453A30
(69,58,48)
#3B3229
(59,50,41)
#312A22
(49,42,34)
#27221B
(39,34,27)
#1D1A14
(29,26,20)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #776253

#776253
(119,98,83)
#837062
(131,112,98)
#8F7E71
(143,126,113)
#9B8C80
(155,140,128)
#A79A8F
(167,154,143)
#B3A89E
(179,168,158)
#BFB6AD
(191,182,173)
#CBC4BC
(203,196,188)
#D7D2CB
(215,210,203)
#E3E0DA
(227,224,218)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776253; }

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

This text font color is #776253.


Background Color

.myBgColor { background-color: #776253; }

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

This div background color is #776253.


Border color

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

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

This div border color is #776253.


Opacity

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

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

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

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

This text has shadow with #776253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776253 on black background.


Color preview on white background

This text has color #776253 on white background.



Black color preview on #776253 background

This text has black color on #776253 background.


White color preview on #776253 background

This text has white color on #776253 background.