Shades of Slate Grey #767F8D
Tints of Slate Grey #767F8D
RGB
CMYK
RGB Variations
Color information
#767F8D (or 0x767F8D) is known color: Slate Grey. HEX triplet: 76, 7F and 8D. RGB value is (118,127,141). Sum of RGB (Red+Green+Blue) = 118+127+141=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 141 - color contains mainly: blue. Hex color #767F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F8D is #898072. Grayscale: #7D7D7D. Windows color (decimal): -9011315 or 9273206. OLE color: 9273206.
HSL color Cylindrical-coordinate representation of color #767F8D: hue angle of 216.52º 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 #767F8D is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 127 | 141 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.45 |
| HSL | 216.52º | 0.09% | 0.51% | - |
| HSV(B) | 216.52º | 0.16% | 0.55% | - |
| XYZ | 19.87 | 20.95 | 28.2 | - |
| YUV | 125.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 141 | 0.16 | 0.10 | 0 | 0.45 | 216.52 | 0.09 | 0.51 |
| Hex | 76 | 7F | 8D | 10 | A | 0 | 2D | D9 | 9 | 33 |
| Octal | 166 | 177 | 215 | 20 | 12 | 0 | 55 | 331 | 11 | 63 |
| Binary | 1110110 | 1111111 | 10001101 | 10000 | 1010 | 0 | 101101 | 11011001 | 1001 | 110011 |
Color Harmonies of #767F8D
Complementary color
Monochromatic Colors of #767F8D
Black with #767F8D
Text Example
Text Example
White with #767F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F8D; }
p { color: rgb(118,127,141); }
H1.HeaderClassName
{
color: #767F8D;
}
.AnyTagClassName
{
color: #767F8D;
}
</style>
background-color css
<style>
a { background-color: #767F8D; }
a { background-color: rgb(118,127,141); }
div.DivClassName
{
background-color: #767F8D;
}
.BgClassName
{
background-color: #767F8D;
}
</style>
border-color css
<style>
span { border-color: #767F8D; }
span { border-color: rgb(118,127,141); }
td.TdClassName
{
border-color: #767F8D;
}
.TagClassName
{
border-color: #767F8D;
}
</style>