Shades of Slate Grey #797F85
Tints of Slate Grey #797F85
RGB
CMYK
RGB Variations
Color information
#797F85 (or 0x797F85) is known color: Slate Grey. HEX triplet: 79, 7F and 85. RGB value is (121,127,133). Sum of RGB (Red+Green+Blue) = 121+127+133=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 133 - color contains mainly: blue. Hex color #797F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797F85 is #86807A. Grayscale: #7D7D7D. Windows color (decimal): -8814715 or 8748921. OLE color: 8748921.
HSL color Cylindrical-coordinate representation of color #797F85: hue angle of 210º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #797F85 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 127 | 133 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.48 |
| HSL | 210º | 0.05% | 0.5% | - |
| HSV(B) | 210º | 0.09% | 0.52% | - |
| XYZ | 19.71 | 20.94 | 25.19 | - |
| YUV | 125.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 133 | 0.09 | 0.05 | 0 | 0.48 | 210 | 0.05 | 0.5 |
| Hex | 79 | 7F | 85 | 9 | 5 | 0 | 30 | D2 | 5 | 32 |
| Octal | 171 | 177 | 205 | 11 | 5 | 0 | 60 | 322 | 5 | 62 |
| Binary | 1111001 | 1111111 | 10000101 | 1001 | 101 | 0 | 110000 | 11010010 | 101 | 110010 |
Color Harmonies of #797F85
Complementary color
Monochromatic Colors of #797F85
Black with #797F85
Text Example
Text Example
White with #797F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F85; }
p { color: rgb(121,127,133); }
H1.HeaderClassName
{
color: #797F85;
}
.AnyTagClassName
{
color: #797F85;
}
</style>
background-color css
<style>
a { background-color: #797F85; }
a { background-color: rgb(121,127,133); }
div.DivClassName
{
background-color: #797F85;
}
.BgClassName
{
background-color: #797F85;
}
</style>
border-color css
<style>
span { border-color: #797F85; }
span { border-color: rgb(121,127,133); }
td.TdClassName
{
border-color: #797F85;
}
.TagClassName
{
border-color: #797F85;
}
</style>