Shades of Slate Grey #767E8C
Tints of Slate Grey #767E8C
RGB
CMYK
RGB Variations
Color information
#767E8C (or 0x767E8C) is known color: Slate Grey. HEX triplet: 76, 7E and 8C. RGB value is (118,126,140). Sum of RGB (Red+Green+Blue) = 118+126+140=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #767E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E8C is #898173. Grayscale: #7D7D7D. Windows color (decimal): -9011572 or 9207414. OLE color: 9207414.
HSL color Cylindrical-coordinate representation of color #767E8C: hue angle of 218.18º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767E8C is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 126 | 140 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.45 |
| HSL | 218.18º | 0.09% | 0.51% | - |
| HSV(B) | 218.18º | 0.16% | 0.55% | - |
| XYZ | 19.67 | 20.67 | 27.76 | - |
| YUV | 125.2 | 136.35 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 140 | 0.16 | 0.10 | 0 | 0.45 | 218.18 | 0.09 | 0.51 |
| Hex | 76 | 7E | 8C | 10 | A | 0 | 2D | DA | 9 | 33 |
| Octal | 166 | 176 | 214 | 20 | 12 | 0 | 55 | 332 | 11 | 63 |
| Binary | 1110110 | 1111110 | 10001100 | 10000 | 1010 | 0 | 101101 | 11011010 | 1001 | 110011 |
Color Harmonies of #767E8C
Complementary color
Monochromatic Colors of #767E8C
Black with #767E8C
Text Example
Text Example
White with #767E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767E8C; }
p { color: rgb(118,126,140); }
H1.HeaderClassName
{
color: #767E8C;
}
.AnyTagClassName
{
color: #767E8C;
}
</style>
background-color css
<style>
a { background-color: #767E8C; }
a { background-color: rgb(118,126,140); }
div.DivClassName
{
background-color: #767E8C;
}
.BgClassName
{
background-color: #767E8C;
}
</style>
border-color css
<style>
span { border-color: #767E8C; }
span { border-color: rgb(118,126,140); }
td.TdClassName
{
border-color: #767E8C;
}
.TagClassName
{
border-color: #767E8C;
}
</style>