HEX: #776565
RGB: (119,101,101)
#776565 contains red, green and blue colors in about the same proportion. Web safe color of #776565 is #666666 (or #666).
#776565 color RGB value is (119,101,101).
RGB: (119,101,101)
(47%, 40%, 40%)
R 119 of 255 = 47%
G 101 of 255 = 40%
B 101 of 255 = 40%
R + G + B ~ 42%. #776565 is middle color (not dark and not light).
R + G + B = 119 + 101 + 101 = 321 (100%)
R 119 of 321 ~ 37.07%
G 101 of 321 ~ 31.46%
B 101 of 321 ~ 31.46'%
#776565 color CMYK value is (0,15,15,53).
CMYK: (0,15,15,53)
C0M15Y15K53 (0%, 15%, 15%, 53%)
(0.00 / 0.15 / 0.15 / 0.53)
Color #776565 in popluar color models
77 | 65 | 65 | |
---|---|---|---|
RGB | 119 | 101 | 101 |
HSL | 0° | 8.18% | 43.14% |
HSB/HSV | 0° | 15.13% | 46.67% |
CMYK | 0.00% | 15.13% | 15.13% |
53.33% |
Color #776565 in popluar number systems.
HEX | 77 | 65 | 65 |
Decimal | 119 | 101 | 101 |
Binary | 1110111 | 1100101 | 1100101 |
Octal | 167 | 145 | 145 |
Shades of #776565
Tints of #776565
Examples of css and html codes for elements with #776565 color. Also use rgb(119,101,101) instead hex code.
.myTextColor { color: #776565; }
<p style="color:#776565">This sample text font color is #776565.</p>
This text font color is #776565.
.myBgColor { background-color: #776565; }
<div style="background-color:#776565">Inner text</div>
This div background color is #776565.
.myBorderColor { border: 1px solid #776565; }
<div style="border:3px solid #776565">Div</div>
This div border color is #776565.
.myOpacity80 { color: #776565; opacity: 0.8; }
<p style="color:#776565;opacity:0.8;">80%</p>
Text with #776565 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #776565;}
<p style="text-shadow: 3px 3px 1px #776565">Text here.</p>
This text has shadow with #776565 color.
.textShadow {text-shadow: 3px 3px 1px #776565', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #776565, 5px 5px 20px red">Text here.</p>
This text has shadow with #776565 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#776565, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#776565, Direction=45, Strength=4)">Text</p>
This text has shadow with #776565 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #776565;
-webkit-box-shadow: 1px 1px 3px 2px #776565;
box-shadow: 1px 1px 3px 2px #776565;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #776565; -webkit-box-shadow: 1px 1px 3px 2px #776565; box-shadow:1px 1px 3px 2px #776565;">
Div content here
</div>
This text has color #776565 on black background.
This text has color #776565 on white background.
This text has black color on #776565 background.
This text has white color on #776565 background.