Shades of Slate Grey #778690
Tints of Slate Grey #778690
RGB
CMYK
RGB Variations
Color information
#778690 (or 0x778690) is known color: Slate Grey. HEX triplet: 77, 86 and 90. RGB value is (119,134,144). Sum of RGB (Red+Green+Blue) = 119+134+144=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 144 - color contains mainly: blue. Hex color #778690 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778690 is #88796F. Grayscale: #828282. Windows color (decimal): -8943984 or 9471607. OLE color: 9471607.
HSL color Cylindrical-coordinate representation of color #778690: hue angle of 204º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #778690 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 134 | 144 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.44 |
| HSL | 204º | 0.1% | 0.52% | - |
| HSV(B) | 204º | 0.17% | 0.56% | - |
| XYZ | 21.17 | 22.99 | 29.71 | - |
| YUV | 130.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 144 | 0.17 | 0.07 | 0 | 0.44 | 204 | 0.1 | 0.52 |
| Hex | 77 | 86 | 90 | 11 | 7 | 0 | 2C | CC | A | 34 |
| Octal | 167 | 206 | 220 | 21 | 7 | 0 | 54 | 314 | 12 | 64 |
| Binary | 1110111 | 10000110 | 10010000 | 10001 | 111 | 0 | 101100 | 11001100 | 1010 | 110100 |
Color Harmonies of #778690
Complementary color
Monochromatic Colors of #778690
Black with #778690
Text Example
Text Example
White with #778690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778690; }
p { color: rgb(119,134,144); }
H1.HeaderClassName
{
color: #778690;
}
.AnyTagClassName
{
color: #778690;
}
</style>
background-color css
<style>
a { background-color: #778690; }
a { background-color: rgb(119,134,144); }
div.DivClassName
{
background-color: #778690;
}
.BgClassName
{
background-color: #778690;
}
</style>
border-color css
<style>
span { border-color: #778690; }
span { border-color: rgb(119,134,144); }
td.TdClassName
{
border-color: #778690;
}
.TagClassName
{
border-color: #778690;
}
</style>