COLOR #776265

HEX: #776265
RGB: (119,98,101)

Color info

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

RGB color model

#776265 color RGB value is (119,98,101).

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

RGB channels and saturation

R 119 of 255 = 47%
G 98 of 255 = 38%
B 101 of 255 = 40%

119
98
101

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

Portions of RGB colors in percentages

R + G + B =
119 + 98 + 101 = 318 (100%)
R 119 of 318 ~ 37.42%
G 98 of 318 ~ 30.82%
B 101 of 318 ~ 31.76%

%37.42
%30.82
%31.76

CMYK color model

#776265 color CMYK value is (0,18,15,53).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 15.13%
  • key color value is 53.33%
CMYK:
(0,18,15,53)
C0M18Y15K53 
(0%,18%,15%,53%)
(0.00/0.18/0.15/0.53)	

CMYK percentages

%0
%17.65
%15.13
%53.33

Codes

Color #776265 in popluar color models

776265
RGB11998101
HSL351°9.68%42.55%
HSB/HSV351°17.65%46.67%
CMYK0.00%17.65%15.13%
53.33%

Color #776265 in popluar number systems.

HEX776265
Decimal11998101
Binary111011111000101100101
Octal167142145

Shades and tints

Shades of #776265

#776265
(119,98,101)
#6D5A5C
(109,90,92)
#635253
(99,82,83)
#594A4A
(89,74,74)
#4F4241
(79,66,65)
#453A38
(69,58,56)
#3B322F
(59,50,47)
#312A26
(49,42,38)
#27221D
(39,34,29)
#1D1A14
(29,26,20)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #776265

#776265
(119,98,101)
#837073
(131,112,115)
#8F7E81
(143,126,129)
#9B8C8F
(155,140,143)
#A79A9D
(167,154,157)
#B3A8AB
(179,168,171)
#BFB6B9
(191,182,185)
#CBC4C7
(203,196,199)
#D7D2D5
(215,210,213)
#E3E0E3
(227,224,227)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776265; }

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

This text font color is #776265.


Background Color

.myBgColor { background-color: #776265; }

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

This div background color is #776265.


Border color

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

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

This div border color is #776265.


Opacity

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

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

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

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

This text has shadow with #776265 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776265 on black background.


Color preview on white background

This text has color #776265 on white background.



Black color preview on #776265 background

This text has black color on #776265 background.


White color preview on #776265 background

This text has white color on #776265 background.