Shades of Slate Grey #777E86
Tints of Slate Grey #777E86
RGB
CMYK
RGB Variations
Color information
#777E86 (or 0x777E86) is known color: Slate Grey. HEX triplet: 77, 7E and 86. RGB value is (119,126,134). Sum of RGB (Red+Green+Blue) = 119+126+134=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 134 - color contains mainly: blue. Hex color #777E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777E86 is #888179. Grayscale: #7C7C7C. Windows color (decimal): -8946042 or 8814199. OLE color: 8814199.
HSL color Cylindrical-coordinate representation of color #777E86: hue angle of 212º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #777E86 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 126 | 134 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.47 |
| HSL | 212º | 0.06% | 0.5% | - |
| HSV(B) | 212º | 0.11% | 0.53% | - |
| XYZ | 19.37 | 20.56 | 25.5 | - |
| YUV | 124.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 134 | 0.11 | 0.06 | 0 | 0.47 | 212 | 0.06 | 0.5 |
| Hex | 77 | 7E | 86 | B | 6 | 0 | 2F | D4 | 6 | 32 |
| Octal | 167 | 176 | 206 | 13 | 6 | 0 | 57 | 324 | 6 | 62 |
| Binary | 1110111 | 1111110 | 10000110 | 1011 | 110 | 0 | 101111 | 11010100 | 110 | 110010 |
Color Harmonies of #777E86
Complementary color
Monochromatic Colors of #777E86
Black with #777E86
Text Example
Text Example
White with #777E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777E86; }
p { color: rgb(119,126,134); }
H1.HeaderClassName
{
color: #777E86;
}
.AnyTagClassName
{
color: #777E86;
}
</style>
background-color css
<style>
a { background-color: #777E86; }
a { background-color: rgb(119,126,134); }
div.DivClassName
{
background-color: #777E86;
}
.BgClassName
{
background-color: #777E86;
}
</style>
border-color css
<style>
span { border-color: #777E86; }
span { border-color: rgb(119,126,134); }
td.TdClassName
{
border-color: #777E86;
}
.TagClassName
{
border-color: #777E86;
}
</style>