Shades of Light Slate Grey #76869C
Tints of Light Slate Grey #76869C
RGB
CMYK
RGB Variations
Color information
#76869C (or 0x76869C) is known color: Light Slate Grey. HEX triplet: 76, 86 and 9C. RGB value is (118,134,156). Sum of RGB (Red+Green+Blue) = 118+134+156=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #76869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76869C is #897963. Grayscale: #838383. Windows color (decimal): -9009508 or 10258038. OLE color: 10258038.
HSL color Cylindrical-coordinate representation of color #76869C: hue angle of 214.74º 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 #76869C is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 134 | 156 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.39 |
| HSL | 214.74º | 0.16% | 0.54% | - |
| HSV(B) | 214.74º | 0.24% | 0.61% | - |
| XYZ | 22 | 23.3 | 34.79 | - |
| YUV | 131.72 | 141.7 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 156 | 0.24 | 0.14 | 0 | 0.39 | 214.74 | 0.16 | 0.54 |
| Hex | 76 | 86 | 9C | 18 | E | 0 | 27 | D7 | 10 | 36 |
| Octal | 166 | 206 | 234 | 30 | 16 | 0 | 47 | 327 | 20 | 66 |
| Binary | 1110110 | 10000110 | 10011100 | 11000 | 1110 | 0 | 100111 | 11010111 | 10000 | 110110 |
Color Harmonies of #76869C
Complementary color
Monochromatic Colors of #76869C
Black with #76869C
Text Example
Text Example
White with #76869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76869C; }
p { color: rgb(118,134,156); }
H1.HeaderClassName
{
color: #76869C;
}
.AnyTagClassName
{
color: #76869C;
}
</style>
background-color css
<style>
a { background-color: #76869C; }
a { background-color: rgb(118,134,156); }
div.DivClassName
{
background-color: #76869C;
}
.BgClassName
{
background-color: #76869C;
}
</style>
border-color css
<style>
span { border-color: #76869C; }
span { border-color: rgb(118,134,156); }
td.TdClassName
{
border-color: #76869C;
}
.TagClassName
{
border-color: #76869C;
}
</style>