Shades of Slate Grey #767F91
Tints of Slate Grey #767F91
RGB
CMYK
RGB Variations
Color information
#767F91 (or 0x767F91) is known color: Slate Grey. HEX triplet: 76, 7F and 91. RGB value is (118,127,145). Sum of RGB (Red+Green+Blue) = 118+127+145=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #767F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767F91 is #89806E. Grayscale: #7E7E7E. Windows color (decimal): -9011311 or 9535350. OLE color: 9535350.
HSL color Cylindrical-coordinate representation of color #767F91: hue angle of 220º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #767F91 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 127 | 145 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.43 |
| HSL | 220º | 0.11% | 0.52% | - |
| HSV(B) | 220º | 0.19% | 0.57% | - |
| XYZ | 20.17 | 21.07 | 29.79 | - |
| YUV | 126.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 145 | 0.19 | 0.12 | 0 | 0.43 | 220 | 0.11 | 0.52 |
| Hex | 76 | 7F | 91 | 13 | C | 0 | 2B | DC | B | 34 |
| Octal | 166 | 177 | 221 | 23 | 14 | 0 | 53 | 334 | 13 | 64 |
| Binary | 1110110 | 1111111 | 10010001 | 10011 | 1100 | 0 | 101011 | 11011100 | 1011 | 110100 |
Color Harmonies of #767F91
Complementary color
Monochromatic Colors of #767F91
Black with #767F91
Text Example
Text Example
White with #767F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767F91; }
p { color: rgb(118,127,145); }
H1.HeaderClassName
{
color: #767F91;
}
.AnyTagClassName
{
color: #767F91;
}
</style>
background-color css
<style>
a { background-color: #767F91; }
a { background-color: rgb(118,127,145); }
div.DivClassName
{
background-color: #767F91;
}
.BgClassName
{
background-color: #767F91;
}
</style>
border-color css
<style>
span { border-color: #767F91; }
span { border-color: rgb(118,127,145); }
td.TdClassName
{
border-color: #767F91;
}
.TagClassName
{
border-color: #767F91;
}
</style>