Shades of Light Slate Grey #76849C
Tints of Light Slate Grey #76849C
RGB
CMYK
RGB Variations
Color information
#76849C (or 0x76849C) is known color: Light Slate Grey. HEX triplet: 76, 84 and 9C. RGB value is (118,132,156). Sum of RGB (Red+Green+Blue) = 118+132+156=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 156 - color contains mainly: blue. Hex color #76849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76849C is #897B63. Grayscale: #828282. Windows color (decimal): -9010020 or 10257526. OLE color: 10257526.
HSL color Cylindrical-coordinate representation of color #76849C: hue angle of 217.89º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76849C is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 132 | 156 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.39 |
| HSL | 217.89º | 0.16% | 0.54% | - |
| HSV(B) | 217.89º | 0.24% | 0.61% | - |
| XYZ | 21.72 | 22.75 | 34.7 | - |
| YUV | 130.55 | 142.36 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 156 | 0.24 | 0.15 | 0 | 0.39 | 217.89 | 0.16 | 0.54 |
| Hex | 76 | 84 | 9C | 18 | F | 0 | 27 | DA | 10 | 36 |
| Octal | 166 | 204 | 234 | 30 | 17 | 0 | 47 | 332 | 20 | 66 |
| Binary | 1110110 | 10000100 | 10011100 | 11000 | 1111 | 0 | 100111 | 11011010 | 10000 | 110110 |
Color Harmonies of #76849C
Complementary color
Monochromatic Colors of #76849C
Black with #76849C
Text Example
Text Example
White with #76849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76849C; }
p { color: rgb(118,132,156); }
H1.HeaderClassName
{
color: #76849C;
}
.AnyTagClassName
{
color: #76849C;
}
</style>
background-color css
<style>
a { background-color: #76849C; }
a { background-color: rgb(118,132,156); }
div.DivClassName
{
background-color: #76849C;
}
.BgClassName
{
background-color: #76849C;
}
</style>
border-color css
<style>
span { border-color: #76849C; }
span { border-color: rgb(118,132,156); }
td.TdClassName
{
border-color: #76849C;
}
.TagClassName
{
border-color: #76849C;
}
</style>