Shades of Slate Grey #777F8C
Tints of Slate Grey #777F8C
RGB
CMYK
RGB Variations
Color information
#777F8C (or 0x777F8C) is known color: Slate Grey. HEX triplet: 77, 7F and 8C. RGB value is (119,127,140). Sum of RGB (Red+Green+Blue) = 119+127+140=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 140 - color contains mainly: blue. Hex color #777F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F8C is #888073. Grayscale: #7E7E7E. Windows color (decimal): -8945780 or 9207671. OLE color: 9207671.
HSL color Cylindrical-coordinate representation of color #777F8C: hue angle of 217.14º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777F8C is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 127 | 140 | - |
| CMYK | 0.15 | 0.09 | 0 | 0.45 |
| HSL | 217.14º | 0.08% | 0.51% | - |
| HSV(B) | 217.14º | 0.15% | 0.55% | - |
| XYZ | 19.93 | 20.99 | 27.81 | - |
| YUV | 126.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 140 | 0.15 | 0.09 | 0 | 0.45 | 217.14 | 0.08 | 0.51 |
| Hex | 77 | 7F | 8C | F | 9 | 0 | 2D | D9 | 8 | 33 |
| Octal | 167 | 177 | 214 | 17 | 11 | 0 | 55 | 331 | 10 | 63 |
| Binary | 1110111 | 1111111 | 10001100 | 1111 | 1001 | 0 | 101101 | 11011001 | 1000 | 110011 |
Color Harmonies of #777F8C
Complementary color
Monochromatic Colors of #777F8C
Black with #777F8C
Text Example
Text Example
White with #777F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777F8C; }
p { color: rgb(119,127,140); }
H1.HeaderClassName
{
color: #777F8C;
}
.AnyTagClassName
{
color: #777F8C;
}
</style>
background-color css
<style>
a { background-color: #777F8C; }
a { background-color: rgb(119,127,140); }
div.DivClassName
{
background-color: #777F8C;
}
.BgClassName
{
background-color: #777F8C;
}
</style>
border-color css
<style>
span { border-color: #777F8C; }
span { border-color: rgb(119,127,140); }
td.TdClassName
{
border-color: #777F8C;
}
.TagClassName
{
border-color: #777F8C;
}
</style>