Shades of Slate Grey #777F91
Tints of Slate Grey #777F91
RGB
CMYK
RGB Variations
Color information
#777F91 (or 0x777F91) is known color: Slate Grey. HEX triplet: 77, 7F and 91. RGB value is (119,127,145). Sum of RGB (Red+Green+Blue) = 119+127+145=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 127 (50% from 255 or 32.48% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #777F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777F91 is #88806E. Grayscale: #7E7E7E. Windows color (decimal): -8945775 or 9535351. OLE color: 9535351.
HSL color Cylindrical-coordinate representation of color #777F91: hue angle of 221.54º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #777F91 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 127 | 145 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.43 |
| HSL | 221.54º | 0.11% | 0.52% | - |
| HSV(B) | 221.54º | 0.18% | 0.57% | - |
| XYZ | 20.31 | 21.15 | 29.8 | - |
| YUV | 126.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 145 | 0.18 | 0.12 | 0 | 0.43 | 221.54 | 0.11 | 0.52 |
| Hex | 77 | 7F | 91 | 12 | C | 0 | 2B | DE | B | 34 |
| Octal | 167 | 177 | 221 | 22 | 14 | 0 | 53 | 336 | 13 | 64 |
| Binary | 1110111 | 1111111 | 10010001 | 10010 | 1100 | 0 | 101011 | 11011110 | 1011 | 110100 |
Color Harmonies of #777F91
Complementary color
Monochromatic Colors of #777F91
Black with #777F91
Text Example
Text Example
White with #777F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777F91; }
p { color: rgb(119,127,145); }
H1.HeaderClassName
{
color: #777F91;
}
.AnyTagClassName
{
color: #777F91;
}
</style>
background-color css
<style>
a { background-color: #777F91; }
a { background-color: rgb(119,127,145); }
div.DivClassName
{
background-color: #777F91;
}
.BgClassName
{
background-color: #777F91;
}
</style>
border-color css
<style>
span { border-color: #777F91; }
span { border-color: rgb(119,127,145); }
td.TdClassName
{
border-color: #777F91;
}
.TagClassName
{
border-color: #777F91;
}
</style>