Shades of Slate Grey #777D83
Tints of Slate Grey #777D83
RGB
CMYK
RGB Variations
Color information
#777D83 (or 0x777D83) is known color: Slate Grey. HEX triplet: 77, 7D and 83. RGB value is (119,125,131). Sum of RGB (Red+Green+Blue) = 119+125+131=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 131 - color contains mainly: blue. Hex color #777D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777D83 is #88827C. Grayscale: #7B7B7B. Windows color (decimal): -8946301 or 8617335. OLE color: 8617335.
HSL color Cylindrical-coordinate representation of color #777D83: hue angle of 210º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #777D83 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 125 | 131 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.49 |
| HSL | 210º | 0.05% | 0.49% | - |
| HSV(B) | 210º | 0.09% | 0.51% | - |
| XYZ | 19.04 | 20.23 | 24.37 | - |
| YUV | 123.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 125 | 131 | 0.09 | 0.05 | 0 | 0.49 | 210 | 0.05 | 0.49 |
| Hex | 77 | 7D | 83 | 9 | 5 | 0 | 31 | D2 | 5 | 31 |
| Octal | 167 | 175 | 203 | 11 | 5 | 0 | 61 | 322 | 5 | 61 |
| Binary | 1110111 | 1111101 | 10000011 | 1001 | 101 | 0 | 110001 | 11010010 | 101 | 110001 |
Color Harmonies of #777D83
Complementary color
Monochromatic Colors of #777D83
Black with #777D83
Text Example
Text Example
White with #777D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777D83; }
p { color: rgb(119,125,131); }
H1.HeaderClassName
{
color: #777D83;
}
.AnyTagClassName
{
color: #777D83;
}
</style>
background-color css
<style>
a { background-color: #777D83; }
a { background-color: rgb(119,125,131); }
div.DivClassName
{
background-color: #777D83;
}
.BgClassName
{
background-color: #777D83;
}
</style>
border-color css
<style>
span { border-color: #777D83; }
span { border-color: rgb(119,125,131); }
td.TdClassName
{
border-color: #777D83;
}
.TagClassName
{
border-color: #777D83;
}
</style>