Shades of Slate Grey #76848F
Tints of Slate Grey #76848F
RGB
CMYK
RGB Variations
Color information
#76848F (or 0x76848F) is known color: Slate Grey. HEX triplet: 76, 84 and 8F. RGB value is (118,132,143). Sum of RGB (Red+Green+Blue) = 118+132+143=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 143 - color contains mainly: blue. Hex color #76848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76848F is #897B70. Grayscale: #818181. Windows color (decimal): -9010033 or 9405558. OLE color: 9405558.
HSL color Cylindrical-coordinate representation of color #76848F: hue angle of 206.4º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76848F is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 132 | 143 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.44 |
| HSL | 206.4º | 0.1% | 0.51% | - |
| HSV(B) | 206.4º | 0.17% | 0.56% | - |
| XYZ | 20.68 | 22.34 | 29.21 | - |
| YUV | 129.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 143 | 0.17 | 0.08 | 0 | 0.44 | 206.4 | 0.1 | 0.51 |
| Hex | 76 | 84 | 8F | 11 | 8 | 0 | 2C | CE | A | 33 |
| Octal | 166 | 204 | 217 | 21 | 10 | 0 | 54 | 316 | 12 | 63 |
| Binary | 1110110 | 10000100 | 10001111 | 10001 | 1000 | 0 | 101100 | 11001110 | 1010 | 110011 |
Color Harmonies of #76848F
Complementary color
Monochromatic Colors of #76848F
Black with #76848F
Text Example
Text Example
White with #76848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76848F; }
p { color: rgb(118,132,143); }
H1.HeaderClassName
{
color: #76848F;
}
.AnyTagClassName
{
color: #76848F;
}
</style>
background-color css
<style>
a { background-color: #76848F; }
a { background-color: rgb(118,132,143); }
div.DivClassName
{
background-color: #76848F;
}
.BgClassName
{
background-color: #76848F;
}
</style>
border-color css
<style>
span { border-color: #76848F; }
span { border-color: rgb(118,132,143); }
td.TdClassName
{
border-color: #76848F;
}
.TagClassName
{
border-color: #76848F;
}
</style>