Shades of Light Slate Grey #768999
Tints of Light Slate Grey #768999
RGB
CMYK
RGB Variations
Color information
#768999 (or 0x768999) is known color: Light Slate Grey. HEX triplet: 76, 89 and 99. RGB value is (118,137,153). Sum of RGB (Red+Green+Blue) = 118+137+153=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #768999 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768999 is #897666. Grayscale: #858585. Windows color (decimal): -9008743 or 10062198. OLE color: 10062198.
HSL color Cylindrical-coordinate representation of color #768999: hue angle of 207.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #768999 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 137 | 153 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.4 |
| HSL | 207.43º | 0.15% | 0.53% | - |
| HSV(B) | 207.43º | 0.23% | 0.6% | - |
| XYZ | 22.17 | 24.04 | 33.61 | - |
| YUV | 133.14 | 139.21 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 153 | 0.23 | 0.10 | 0 | 0.4 | 207.43 | 0.15 | 0.53 |
| Hex | 76 | 89 | 99 | 17 | A | 0 | 28 | CF | F | 35 |
| Octal | 166 | 211 | 231 | 27 | 12 | 0 | 50 | 317 | 17 | 65 |
| Binary | 1110110 | 10001001 | 10011001 | 10111 | 1010 | 0 | 101000 | 11001111 | 1111 | 110101 |
Color Harmonies of #768999
Complementary color
Monochromatic Colors of #768999
Black with #768999
Text Example
Text Example
White with #768999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768999; }
p { color: rgb(118,137,153); }
H1.HeaderClassName
{
color: #768999;
}
.AnyTagClassName
{
color: #768999;
}
</style>
background-color css
<style>
a { background-color: #768999; }
a { background-color: rgb(118,137,153); }
div.DivClassName
{
background-color: #768999;
}
.BgClassName
{
background-color: #768999;
}
</style>
border-color css
<style>
span { border-color: #768999; }
span { border-color: rgb(118,137,153); }
td.TdClassName
{
border-color: #768999;
}
.TagClassName
{
border-color: #768999;
}
</style>