Shades of Slate Grey #768391
Tints of Slate Grey #768391
RGB
CMYK
RGB Variations
Color information
#768391 (or 0x768391) is known color: Slate Grey. HEX triplet: 76, 83 and 91. RGB value is (118,131,145). Sum of RGB (Red+Green+Blue) = 118+131+145=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #768391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768391 is #897C6E. Grayscale: #808080. Windows color (decimal): -9010287 or 9536374. OLE color: 9536374.
HSL color Cylindrical-coordinate representation of color #768391: hue angle of 211.11º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768391 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 131 | 145 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.43 |
| HSL | 211.11º | 0.11% | 0.52% | - |
| HSV(B) | 211.11º | 0.19% | 0.57% | - |
| XYZ | 20.7 | 22.13 | 29.97 | - |
| YUV | 128.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 131 | 145 | 0.19 | 0.10 | 0 | 0.43 | 211.11 | 0.11 | 0.52 |
| Hex | 76 | 83 | 91 | 13 | A | 0 | 2B | D3 | B | 34 |
| Octal | 166 | 203 | 221 | 23 | 12 | 0 | 53 | 323 | 13 | 64 |
| Binary | 1110110 | 10000011 | 10010001 | 10011 | 1010 | 0 | 101011 | 11010011 | 1011 | 110100 |
Color Harmonies of #768391
Complementary color
Monochromatic Colors of #768391
Black with #768391
Text Example
Text Example
White with #768391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768391; }
p { color: rgb(118,131,145); }
H1.HeaderClassName
{
color: #768391;
}
.AnyTagClassName
{
color: #768391;
}
</style>
background-color css
<style>
a { background-color: #768391; }
a { background-color: rgb(118,131,145); }
div.DivClassName
{
background-color: #768391;
}
.BgClassName
{
background-color: #768391;
}
</style>
border-color css
<style>
span { border-color: #768391; }
span { border-color: rgb(118,131,145); }
td.TdClassName
{
border-color: #768391;
}
.TagClassName
{
border-color: #768391;
}
</style>