Shades of Slate Grey #768189
Tints of Slate Grey #768189
RGB
CMYK
RGB Variations
Color information
#768189 (or 0x768189) is known color: Slate Grey. HEX triplet: 76, 81 and 89. RGB value is (118,129,137). Sum of RGB (Red+Green+Blue) = 118+129+137=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 137 - color contains mainly: blue. Hex color #768189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768189 is #897E76. Grayscale: #7E7E7E. Windows color (decimal): -9010807 or 9011574. OLE color: 9011574.
HSL color Cylindrical-coordinate representation of color #768189: hue angle of 205.26º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768189 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 129 | 137 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.46 |
| HSL | 205.26º | 0.07% | 0.5% | - |
| HSV(B) | 205.26º | 0.14% | 0.54% | - |
| XYZ | 19.84 | 21.36 | 26.74 | - |
| YUV | 126.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 129 | 137 | 0.14 | 0.06 | 0 | 0.46 | 205.26 | 0.07 | 0.5 |
| Hex | 76 | 81 | 89 | E | 6 | 0 | 2E | CD | 7 | 32 |
| Octal | 166 | 201 | 211 | 16 | 6 | 0 | 56 | 315 | 7 | 62 |
| Binary | 1110110 | 10000001 | 10001001 | 1110 | 110 | 0 | 101110 | 11001101 | 111 | 110010 |
Color Harmonies of #768189
Complementary color
Monochromatic Colors of #768189
Black with #768189
Text Example
Text Example
White with #768189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768189; }
p { color: rgb(118,129,137); }
H1.HeaderClassName
{
color: #768189;
}
.AnyTagClassName
{
color: #768189;
}
</style>
background-color css
<style>
a { background-color: #768189; }
a { background-color: rgb(118,129,137); }
div.DivClassName
{
background-color: #768189;
}
.BgClassName
{
background-color: #768189;
}
</style>
border-color css
<style>
span { border-color: #768189; }
span { border-color: rgb(118,129,137); }
td.TdClassName
{
border-color: #768189;
}
.TagClassName
{
border-color: #768189;
}
</style>