Shades of Slate Grey #767E8A
Tints of Slate Grey #767E8A
RGB
CMYK
RGB Variations
Color information
#767E8A (or 0x767E8A) is known color: Slate Grey. HEX triplet: 76, 7E and 8A. RGB value is (118,126,138). Sum of RGB (Red+Green+Blue) = 118+126+138=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #767E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767E8A is #898175. Grayscale: #7C7C7C. Windows color (decimal): -9011574 or 9076342. OLE color: 9076342.
HSL color Cylindrical-coordinate representation of color #767E8A: hue angle of 216º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #767E8A is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 126 | 138 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.46 |
| HSL | 216º | 0.08% | 0.5% | - |
| HSV(B) | 216º | 0.14% | 0.54% | - |
| XYZ | 19.52 | 20.61 | 26.99 | - |
| YUV | 124.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 126 | 138 | 0.14 | 0.09 | 0 | 0.46 | 216 | 0.08 | 0.5 |
| Hex | 76 | 7E | 8A | E | 9 | 0 | 2E | D8 | 8 | 32 |
| Octal | 166 | 176 | 212 | 16 | 11 | 0 | 56 | 330 | 10 | 62 |
| Binary | 1110110 | 1111110 | 10001010 | 1110 | 1001 | 0 | 101110 | 11011000 | 1000 | 110010 |
Color Harmonies of #767E8A
Complementary color
Monochromatic Colors of #767E8A
Black with #767E8A
Text Example
Text Example
White with #767E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767E8A; }
p { color: rgb(118,126,138); }
H1.HeaderClassName
{
color: #767E8A;
}
.AnyTagClassName
{
color: #767E8A;
}
</style>
background-color css
<style>
a { background-color: #767E8A; }
a { background-color: rgb(118,126,138); }
div.DivClassName
{
background-color: #767E8A;
}
.BgClassName
{
background-color: #767E8A;
}
</style>
border-color css
<style>
span { border-color: #767E8A; }
span { border-color: rgb(118,126,138); }
td.TdClassName
{
border-color: #767E8A;
}
.TagClassName
{
border-color: #767E8A;
}
</style>