HEX: #77794B
RGB: (119,121,75)
#77794B contains red, green and blue colors in about the same proportion. Web safe color of #77794B is #666633 (or #663).
#77794B color RGB value is (119,121,75).
RGB: (119,121,75)
(47%, 47%, 29%)
R 119 of 255 = 47%
G 121 of 255 = 47%
B 75 of 255 = 29%
R + G + B ~ 41%. #77794B is middle color (not dark and not light).
R + G + B = 119 + 121 + 75 = 315 (100%)
R 119 of 315 ~ 37.78%
G 121 of 315 ~ 38.41%
B 75 of 315 ~ 23.81'%
#77794B color CMYK value is (2,0,38,53).
CMYK: (2,0,38,53)
C2M0Y38K53 (2%, 0%, 38%, 53%)
(0.02 / 0.00 / 0.38 / 0.53)
Color #77794B in popluar color models
77 | 79 | 4B | |
---|---|---|---|
RGB | 119 | 121 | 75 |
HSL | 63° | 23.47% | 38.43% |
HSB/HSV | 63° | 38.02% | 47.45% |
CMYK | 1.65% | 0.00% | 38.02% |
52.55% |
Color #77794B in popluar number systems.
HEX | 77 | 79 | 4B |
Decimal | 119 | 121 | 75 |
Binary | 1110111 | 1111001 | 1001011 |
Octal | 167 | 171 | 113 |
Shades of #77794B
Tints of #77794B
Examples of css and html codes for elements with #77794B color. Also use rgb(119,121,75) instead hex code.
.myTextColor { color: #77794B; }
<p style="color:#77794B">This sample text font color is #77794B.</p>
This text font color is #77794B.
.myBgColor { background-color: #77794B; }
<div style="background-color:#77794B">Inner text</div>
This div background color is #77794B.
.myBorderColor { border: 1px solid #77794B; }
<div style="border:3px solid #77794B">Div</div>
This div border color is #77794B.
.myOpacity80 { color: #77794B; opacity: 0.8; }
<p style="color:#77794B;opacity:0.8;">80%</p>
Text with #77794B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77794B;}
<p style="text-shadow: 3px 3px 1px #77794B">Text here.</p>
This text has shadow with #77794B color.
.textShadow {text-shadow: 3px 3px 1px #77794B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77794B, 5px 5px 20px red">Text here.</p>
This text has shadow with #77794B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77794B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77794B, Direction=45, Strength=4)">Text</p>
This text has shadow with #77794B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77794B;
-webkit-box-shadow: 1px 1px 3px 2px #77794B;
box-shadow: 1px 1px 3px 2px #77794B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77794B; -webkit-box-shadow: 1px 1px 3px 2px #77794B; box-shadow:1px 1px 3px 2px #77794B;">
Div content here
</div>
This text has color #77794B on black background.
This text has color #77794B on white background.
This text has black color on #77794B background.
This text has white color on #77794B background.
Complementary color for #hex is #8886B4.