Shades of Light Slate Grey #768599
Tints of Light Slate Grey #768599
RGB
CMYK
RGB Variations
Color information
#768599 (or 0x768599) is known color: Light Slate Grey. HEX triplet: 76, 85 and 99. RGB value is (118,133,153). Sum of RGB (Red+Green+Blue) = 118+133+153=404 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.21% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #768599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768599 is #897A66. Grayscale: #828282. Windows color (decimal): -9009767 or 10061174. OLE color: 10061174.
HSL color Cylindrical-coordinate representation of color #768599: hue angle of 214.29º 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 #768599 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 133 | 153 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.4 |
| HSL | 214.29º | 0.15% | 0.53% | - |
| HSV(B) | 214.29º | 0.23% | 0.6% | - |
| XYZ | 21.61 | 22.93 | 33.42 | - |
| YUV | 130.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 153 | 0.23 | 0.13 | 0 | 0.4 | 214.29 | 0.15 | 0.53 |
| Hex | 76 | 85 | 99 | 17 | D | 0 | 28 | D6 | F | 35 |
| Octal | 166 | 205 | 231 | 27 | 15 | 0 | 50 | 326 | 17 | 65 |
| Binary | 1110110 | 10000101 | 10011001 | 10111 | 1101 | 0 | 101000 | 11010110 | 1111 | 110101 |
Color Harmonies of #768599
Complementary color
Monochromatic Colors of #768599
Black with #768599
Text Example
Text Example
White with #768599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768599; }
p { color: rgb(118,133,153); }
H1.HeaderClassName
{
color: #768599;
}
.AnyTagClassName
{
color: #768599;
}
</style>
background-color css
<style>
a { background-color: #768599; }
a { background-color: rgb(118,133,153); }
div.DivClassName
{
background-color: #768599;
}
.BgClassName
{
background-color: #768599;
}
</style>
border-color css
<style>
span { border-color: #768599; }
span { border-color: rgb(118,133,153); }
td.TdClassName
{
border-color: #768599;
}
.TagClassName
{
border-color: #768599;
}
</style>