Shades of Light Slate Grey #76899A
Tints of Light Slate Grey #76899A
RGB
CMYK
RGB Variations
Color information
#76899A (or 0x76899A) is known color: Light Slate Grey. HEX triplet: 76, 89 and 9A. RGB value is (118,137,154). Sum of RGB (Red+Green+Blue) = 118+137+154=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #76899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76899A is #897665. Grayscale: #858585. Windows color (decimal): -9008742 or 10127734. OLE color: 10127734.
HSL color Cylindrical-coordinate representation of color #76899A: hue angle of 208.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76899A is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 137 | 154 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.40 |
| HSL | 208.33º | 0.15% | 0.53% | - |
| HSV(B) | 208.33º | 0.23% | 0.6% | - |
| XYZ | 22.25 | 24.08 | 34.05 | - |
| YUV | 133.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 154 | 0.23 | 0.11 | 0 | 0.40 | 208.33 | 0.15 | 0.53 |
| Hex | 76 | 89 | 9A | 17 | B | 0 | 28 | D0 | F | 35 |
| Octal | 166 | 211 | 232 | 27 | 13 | 0 | 50 | 320 | 17 | 65 |
| Binary | 1110110 | 10001001 | 10011010 | 10111 | 1011 | 0 | 101000 | 11010000 | 1111 | 110101 |
Color Harmonies of #76899A
Complementary color
Monochromatic Colors of #76899A
Black with #76899A
Text Example
Text Example
White with #76899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76899A; }
p { color: rgb(118,137,154); }
H1.HeaderClassName
{
color: #76899A;
}
.AnyTagClassName
{
color: #76899A;
}
</style>
background-color css
<style>
a { background-color: #76899A; }
a { background-color: rgb(118,137,154); }
div.DivClassName
{
background-color: #76899A;
}
.BgClassName
{
background-color: #76899A;
}
</style>
border-color css
<style>
span { border-color: #76899A; }
span { border-color: rgb(118,137,154); }
td.TdClassName
{
border-color: #76899A;
}
.TagClassName
{
border-color: #76899A;
}
</style>