Shades of Slate Grey #768590
Tints of Slate Grey #768590
RGB
CMYK
RGB Variations
Color information
#768590 (or 0x768590) is known color: Slate Grey. HEX triplet: 76, 85 and 90. RGB value is (118,133,144). Sum of RGB (Red+Green+Blue) = 118+133+144=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #768590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768590 is #897A6F. Grayscale: #818181. Windows color (decimal): -9009776 or 9471350. OLE color: 9471350.
HSL color Cylindrical-coordinate representation of color #768590: hue angle of 205.38º 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 #768590 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 133 | 144 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.44 |
| HSL | 205.38º | 0.1% | 0.51% | - |
| HSV(B) | 205.38º | 0.18% | 0.56% | - |
| XYZ | 20.89 | 22.64 | 29.65 | - |
| YUV | 129.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 144 | 0.18 | 0.08 | 0 | 0.44 | 205.38 | 0.1 | 0.51 |
| Hex | 76 | 85 | 90 | 12 | 8 | 0 | 2C | CD | A | 33 |
| Octal | 166 | 205 | 220 | 22 | 10 | 0 | 54 | 315 | 12 | 63 |
| Binary | 1110110 | 10000101 | 10010000 | 10010 | 1000 | 0 | 101100 | 11001101 | 1010 | 110011 |
Color Harmonies of #768590
Complementary color
Monochromatic Colors of #768590
Black with #768590
Text Example
Text Example
White with #768590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768590; }
p { color: rgb(118,133,144); }
H1.HeaderClassName
{
color: #768590;
}
.AnyTagClassName
{
color: #768590;
}
</style>
background-color css
<style>
a { background-color: #768590; }
a { background-color: rgb(118,133,144); }
div.DivClassName
{
background-color: #768590;
}
.BgClassName
{
background-color: #768590;
}
</style>
border-color css
<style>
span { border-color: #768590; }
span { border-color: rgb(118,133,144); }
td.TdClassName
{
border-color: #768590;
}
.TagClassName
{
border-color: #768590;
}
</style>