Shades of Slate Grey #768390
Tints of Slate Grey #768390
RGB
CMYK
RGB Variations
Color information
#768390 (or 0x768390) is known color: Slate Grey. HEX triplet: 76, 83 and 90. RGB value is (118,131,144). Sum of RGB (Red+Green+Blue) = 118+131+144=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 144 - color contains mainly: blue. Hex color #768390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768390 is #897C6F. Grayscale: #808080. Windows color (decimal): -9010288 or 9470838. OLE color: 9470838.
HSL color Cylindrical-coordinate representation of color #768390: hue angle of 210º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #768390 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 131 | 144 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.44 |
| HSL | 210º | 0.1% | 0.51% | - |
| HSV(B) | 210º | 0.18% | 0.56% | - |
| XYZ | 20.62 | 22.1 | 29.56 | - |
| YUV | 128.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 144 | 0.18 | 0.09 | 0 | 0.44 | 210 | 0.1 | 0.51 |
| Hex | 76 | 83 | 90 | 12 | 9 | 0 | 2C | D2 | A | 33 |
| Octal | 166 | 203 | 220 | 22 | 11 | 0 | 54 | 322 | 12 | 63 |
| Binary | 1110110 | 10000011 | 10010000 | 10010 | 1001 | 0 | 101100 | 11010010 | 1010 | 110011 |
Color Harmonies of #768390
Complementary color
Monochromatic Colors of #768390
Black with #768390
Text Example
Text Example
White with #768390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768390; }
p { color: rgb(118,131,144); }
H1.HeaderClassName
{
color: #768390;
}
.AnyTagClassName
{
color: #768390;
}
</style>
background-color css
<style>
a { background-color: #768390; }
a { background-color: rgb(118,131,144); }
div.DivClassName
{
background-color: #768390;
}
.BgClassName
{
background-color: #768390;
}
</style>
border-color css
<style>
span { border-color: #768390; }
span { border-color: rgb(118,131,144); }
td.TdClassName
{
border-color: #768390;
}
.TagClassName
{
border-color: #768390;
}
</style>