Shades of Slate Grey #77838D
Tints of Slate Grey #77838D
RGB
CMYK
RGB Variations
Color information
#77838D (or 0x77838D) is known color: Slate Grey. HEX triplet: 77, 83 and 8D. RGB value is (119,131,141). Sum of RGB (Red+Green+Blue) = 119+131+141=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 141 - color contains mainly: blue. Hex color #77838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77838D is #887C72. Grayscale: #808080. Windows color (decimal): -8944755 or 9274231. OLE color: 9274231.
HSL color Cylindrical-coordinate representation of color #77838D: hue angle of 207.27º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77838D is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 131 | 141 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.45 |
| HSL | 207.27º | 0.09% | 0.51% | - |
| HSV(B) | 207.27º | 0.16% | 0.55% | - |
| XYZ | 20.53 | 22.08 | 28.38 | - |
| YUV | 128.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 141 | 0.16 | 0.07 | 0 | 0.45 | 207.27 | 0.09 | 0.51 |
| Hex | 77 | 83 | 8D | 10 | 7 | 0 | 2D | CF | 9 | 33 |
| Octal | 167 | 203 | 215 | 20 | 7 | 0 | 55 | 317 | 11 | 63 |
| Binary | 1110111 | 10000011 | 10001101 | 10000 | 111 | 0 | 101101 | 11001111 | 1001 | 110011 |
Color Harmonies of #77838D
Complementary color
Monochromatic Colors of #77838D
Black with #77838D
Text Example
Text Example
White with #77838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77838D; }
p { color: rgb(119,131,141); }
H1.HeaderClassName
{
color: #77838D;
}
.AnyTagClassName
{
color: #77838D;
}
</style>
background-color css
<style>
a { background-color: #77838D; }
a { background-color: rgb(119,131,141); }
div.DivClassName
{
background-color: #77838D;
}
.BgClassName
{
background-color: #77838D;
}
</style>
border-color css
<style>
span { border-color: #77838D; }
span { border-color: rgb(119,131,141); }
td.TdClassName
{
border-color: #77838D;
}
.TagClassName
{
border-color: #77838D;
}
</style>