Shades of Light Slate Grey #768B9C
Tints of Light Slate Grey #768B9C
RGB
CMYK
RGB Variations
Color information
#768B9C (or 0x768B9C) is known color: Light Slate Grey. HEX triplet: 76, 8B and 9C. RGB value is (118,139,156). Sum of RGB (Red+Green+Blue) = 118+139+156=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 156 - color contains mainly: blue. Hex color #768B9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B9C is #897463. Grayscale: #868686. Windows color (decimal): -9008228 or 10259318. OLE color: 10259318.
HSL color Cylindrical-coordinate representation of color #768B9C: hue angle of 206.84º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #768B9C is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 139 | 156 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.39 |
| HSL | 206.84º | 0.16% | 0.54% | - |
| HSV(B) | 206.84º | 0.24% | 0.61% | - |
| XYZ | 22.7 | 24.72 | 35.03 | - |
| YUV | 134.66 | 140.04 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 156 | 0.24 | 0.11 | 0 | 0.39 | 206.84 | 0.16 | 0.54 |
| Hex | 76 | 8B | 9C | 18 | B | 0 | 27 | CF | 10 | 36 |
| Octal | 166 | 213 | 234 | 30 | 13 | 0 | 47 | 317 | 20 | 66 |
| Binary | 1110110 | 10001011 | 10011100 | 11000 | 1011 | 0 | 100111 | 11001111 | 10000 | 110110 |
Color Harmonies of #768B9C
Complementary color
Monochromatic Colors of #768B9C
Black with #768B9C
Text Example
Text Example
White with #768B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B9C; }
p { color: rgb(118,139,156); }
H1.HeaderClassName
{
color: #768B9C;
}
.AnyTagClassName
{
color: #768B9C;
}
</style>
background-color css
<style>
a { background-color: #768B9C; }
a { background-color: rgb(118,139,156); }
div.DivClassName
{
background-color: #768B9C;
}
.BgClassName
{
background-color: #768B9C;
}
</style>
border-color css
<style>
span { border-color: #768B9C; }
span { border-color: rgb(118,139,156); }
td.TdClassName
{
border-color: #768B9C;
}
.TagClassName
{
border-color: #768B9C;
}
</style>