COLOR #776363

HEX: #776363
RGB: (119,99,99)

Color info

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

RGB color model

#776363 color RGB value is (119,99,99).

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

RGB channels and saturation

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

119
99
99

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

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 99 = 317 (100%)
R 119 of 317 ~ 37.54%
G 99 of 317 ~ 31.23%
B 99 of 317 ~ 31.23%

%37.54
%31.23
%31.23

CMYK color model

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

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

CMYK percentages

%0
%16.81
%16.81
%53.33

Codes

Color #776363 in popluar color models

776363
RGB1199999
HSL9.17%42.75%
HSB/HSV16.81%46.67%
CMYK0.00%16.81%16.81%
53.33%

Color #776363 in popluar number systems.

HEX776363
Decimal1199999
Binary111011111000111100011
Octal167143143

Shades and tints

Shades of #776363

#776363
(119,99,99)
#6D5A5A
(109,90,90)
#635151
(99,81,81)
#594848
(89,72,72)
#4F3F3F
(79,63,63)
#453636
(69,54,54)
#3B2D2D
(59,45,45)
#312424
(49,36,36)
#271B1B
(39,27,27)
#1D1212
(29,18,18)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #776363

#776363
(119,99,99)
#837171
(131,113,113)
#8F7F7F
(143,127,127)
#9B8D8D
(155,141,141)
#A79B9B
(167,155,155)
#B3A9A9
(179,169,169)
#BFB7B7
(191,183,183)
#CBC5C5
(203,197,197)
#D7D3D3
(215,211,211)
#E3E1E1
(227,225,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776363; }

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

This text font color is #776363.


Background Color

.myBgColor { background-color: #776363; }

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

This div background color is #776363.


Border color

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

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

This div border color is #776363.


Opacity

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

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

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

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

This text has shadow with #776363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776363 on black background.


Color preview on white background

This text has color #776363 on white background.



Black color preview on #776363 background

This text has black color on #776363 background.


White color preview on #776363 background

This text has white color on #776363 background.