HEX: #77688A
RGB: (119,104,138)
#77688A contains red, green and blue colors in about the same proportion. Web safe color of #77688A is #666699 (or #669).
#77688A color RGB value is (119,104,138).
RGB: (119,104,138)
(47%, 41%, 54%)
R 119 of 255 = 47%
G 104 of 255 = 41%
B 138 of 255 = 54%
R + G + B ~ 47%. #77688A is middle color (not dark and not light).
R + G + B = 119 + 104 + 138 = 361 (100%)
R 119 of 361 ~ 32.96%
G 104 of 361 ~ 28.81%
B 138 of 361 ~ 38.23'%
#77688A color CMYK value is (14,25,0,46).
CMYK: (14,25,0,46)
C14M25Y0K46 (14%, 25%, 0%, 46%)
(0.14 / 0.25 / 0.00 / 0.46)
Color #77688A in popluar color models
77 | 68 | 8A | |
---|---|---|---|
RGB | 119 | 104 | 138 |
HSL | 266° | 14.05% | 47.45% |
HSB/HSV | 266° | 24.64% | 54.12% |
CMYK | 13.77% | 24.64% | 0.00% |
45.88% |
Color #77688A in popluar number systems.
HEX | 77 | 68 | 8A |
Decimal | 119 | 104 | 138 |
Binary | 1110111 | 1101000 | 10001010 |
Octal | 167 | 150 | 212 |
Shades of #77688A
Tints of #77688A
Examples of css and html codes for elements with #77688A color. Also use rgb(119,104,138) instead hex code.
.myTextColor { color: #77688A; }
<p style="color:#77688A">This sample text font color is #77688A.</p>
This text font color is #77688A.
.myBgColor { background-color: #77688A; }
<div style="background-color:#77688A">Inner text</div>
This div background color is #77688A.
.myBorderColor { border: 1px solid #77688A; }
<div style="border:3px solid #77688A">Div</div>
This div border color is #77688A.
.myOpacity80 { color: #77688A; opacity: 0.8; }
<p style="color:#77688A;opacity:0.8;">80%</p>
Text with #77688A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77688A;}
<p style="text-shadow: 3px 3px 1px #77688A">Text here.</p>
This text has shadow with #77688A color.
.textShadow {text-shadow: 3px 3px 1px #77688A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77688A, 5px 5px 20px red">Text here.</p>
This text has shadow with #77688A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77688A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77688A, Direction=45, Strength=4)">Text</p>
This text has shadow with #77688A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77688A;
-webkit-box-shadow: 1px 1px 3px 2px #77688A;
box-shadow: 1px 1px 3px 2px #77688A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77688A; -webkit-box-shadow: 1px 1px 3px 2px #77688A; box-shadow:1px 1px 3px 2px #77688A;">
Div content here
</div>
This text has color #77688A on black background.
This text has color #77688A on white background.
This text has black color on #77688A background.
This text has white color on #77688A background.
Complementary color for #hex is #889775.