Shades of Slate Grey #768492
Tints of Slate Grey #768492
RGB
CMYK
RGB Variations
Color information
#768492 (or 0x768492) is known color: Slate Grey. HEX triplet: 76, 84 and 92. RGB value is (118,132,146). Sum of RGB (Red+Green+Blue) = 118+132+146=396 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.80% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #768492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768492 is #897B6D. Grayscale: #818181. Windows color (decimal): -9010030 or 9602166. OLE color: 9602166.
HSL color Cylindrical-coordinate representation of color #768492: hue angle of 210º 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 #768492 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 132 | 146 | - |
| CMYK | 0.19 | 0.10 | 0 | 0.43 |
| HSL | 210º | 0.11% | 0.52% | - |
| HSV(B) | 210º | 0.19% | 0.57% | - |
| XYZ | 20.91 | 22.43 | 30.42 | - |
| YUV | 129.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 146 | 0.19 | 0.10 | 0 | 0.43 | 210 | 0.11 | 0.52 |
| Hex | 76 | 84 | 92 | 13 | A | 0 | 2B | D2 | B | 34 |
| Octal | 166 | 204 | 222 | 23 | 12 | 0 | 53 | 322 | 13 | 64 |
| Binary | 1110110 | 10000100 | 10010010 | 10011 | 1010 | 0 | 101011 | 11010010 | 1011 | 110100 |
Color Harmonies of #768492
Complementary color
Monochromatic Colors of #768492
Black with #768492
Text Example
Text Example
White with #768492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768492; }
p { color: rgb(118,132,146); }
H1.HeaderClassName
{
color: #768492;
}
.AnyTagClassName
{
color: #768492;
}
</style>
background-color css
<style>
a { background-color: #768492; }
a { background-color: rgb(118,132,146); }
div.DivClassName
{
background-color: #768492;
}
.BgClassName
{
background-color: #768492;
}
</style>
border-color css
<style>
span { border-color: #768492; }
span { border-color: rgb(118,132,146); }
td.TdClassName
{
border-color: #768492;
}
.TagClassName
{
border-color: #768492;
}
</style>