COLOR #776163

HEX: #776163
RGB: (119,97,99)

Color info

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

RGB color model

#776163 color RGB value is (119,97,99).

  • red value is 119;
  • green value is 97;
  • blue value is 99.
RGB: (119,97,99) (47%,38%,39%)

RGB channels and saturation

R 119 of 255 = 47%
G 97 of 255 = 38%
B 99 of 255 = 39%

119
97
99

R + G + B ~ 41%. #776163 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 97 + 99 = 315 (100%)
R 119 of 315 ~ 37.78%
G 97 of 315 ~ 30.79%
B 99 of 315 ~ 31.43%

%37.78
%30.79
%31.43

CMYK color model

#776163 color CMYK value is (0,18,17,53).

  • cyan value is 0.00%
  • magenta value is 18.49%
  • yellow value is 16.81%
  • key color value is 53.33%
CMYK: (0,18,17,53) C0M18Y17K53 (0%,18%,17%,53%) (0.00/0.18/0.17/0.53)

CMYK percentages

%0
%18.49
%16.81
%53.33

Codes

Color #776163 in popluar color models

776163
RGB1199799
HSL355°10.19%42.35%
HSB/HSV355°18.49%46.67%
CMYK0.00%18.49%16.81%
53.33%

Color #776163 in popluar number systems.

HEX776163
Decimal1199799
Binary111011111000011100011
Octal167141143

Shades and tints

Shades of #776163

#776163
(119,97,99)
#6D595A
(109,89,90)
#635151
(99,81,81)
#594948
(89,73,72)
#4F413F
(79,65,63)
#453936
(69,57,54)
#3B312D
(59,49,45)
#312924
(49,41,36)
#27211B
(39,33,27)
#1D1912
(29,25,18)
#131109
(19,17,9)
#000000
(0,0,0)

Tints of #776163

#776163
(119,97,99)
#836F71
(131,111,113)
#8F7D7F
(143,125,127)
#9B8B8D
(155,139,141)
#A7999B
(167,153,155)
#B3A7A9
(179,167,169)
#BFB5B7
(191,181,183)
#CBC3C5
(203,195,197)
#D7D1D3
(215,209,211)
#E3DFE1
(227,223,225)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776163 color. Also use rgb(119,97,99) instead hex code.

Text Font Color

.myTextColor { color: #776163; }

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

This text font color is #776163.


Background Color

.myBgColor { background-color: #776163; }

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

This div background color is #776163.


Border color

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

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

This div border color is #776163.


Opacity

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

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

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

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

This text has shadow with #776163 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #776163 on black background.


Color preview on white background

This text has color #776163 on white background.



Black color preview on #776163 background

This text has black color on #776163 background.


White color preview on #776163 background

This text has white color on #776163 background.