HEX: #777482
RGB: (119,116,130)
#777482 contains red, green and blue colors in about the same proportion. Web safe color of #777482 is #666699 (or #669).
#777482 color RGB value is (119,116,130).
RGB: (119,116,130)
(47%, 45%, 51%)
R 119 of 255 = 47%
G 116 of 255 = 45%
B 130 of 255 = 51%
R + G + B ~ 48%. #777482 is middle color (not dark and not light).
R + G + B = 119 + 116 + 130 = 365 (100%)
R 119 of 365 ~ 32.6%
G 116 of 365 ~ 31.78%
B 130 of 365 ~ 35.62'%
#777482 color CMYK value is (8,11,0,49).
CMYK: (8,11,0,49) C8M11Y0K49 (8%,11%,0%,49%) (0.08/0.11/0.00/0.49)
Color #777482 in popluar color models
77 | 74 | 82 | |
---|---|---|---|
RGB | 119 | 116 | 130 |
HSL | 253° | 5.69% | 48.24% |
HSB/HSV | 253° | 10.77% | 50.98% |
CMYK | 8.46% | 10.77% | 0.00% |
49.02% |
Color #777482 in popluar number systems.
HEX | 77 | 74 | 82 |
Decimal | 119 | 116 | 130 |
Binary | 1110111 | 1110100 | 10000010 |
Octal | 167 | 164 | 202 |
Shades of #777482
Tints of #777482
Examples of css and html codes for elements with #777482 color. Also use rgb(119,116,130) instead hex code.
.myTextColor { color: #777482; }
<p style="color:#777482">This sample text font color is #777482.</p>
This text font color is #777482.
.myBgColor { background-color: #777482; }
<div style="background-color:#777482">Inner text</div>
This div background color is #777482.
.myBorderColor { border: 1px solid #777482; }
<div style="border:3px solid #777482">Div</div>
This div border color is #777482.
.myOpacity80 { color: #777482; opacity: 0.8; }
<p style="color:#777482;opacity:0.8;">80%</p>
Text with #777482 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #777482;}
<p style="text-shadow: 3px 3px 1px #777482">Text here.</p>
This text has shadow with #777482 color.
.textShadow {text-shadow: 3px 3px 1px #777482', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #777482, 5px 5px 20px red">Text here.</p>
This text has shadow with #777482 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#777482, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#777482, Direction=45, Strength=4)">Text</p>
This text has shadow with #777482 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #777482;
-webkit-box-shadow: 1px 1px 3px 2px #777482;
box-shadow: 1px 1px 3px 2px #777482;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #777482; -webkit-box-shadow: 1px 1px 3px 2px #777482; box-shadow:1px 1px 3px 2px #777482;">
Div content here
</div>
This text has color #777482 on black background.
This text has color #777482 on white background.
This text has black color on #777482 background.
This text has white color on #777482 background.
Complementary color for #hex is #888B7D.