Shades of Taupe Grey #968793
Tints of Taupe Grey #968793
RGB
CMYK
RGB Variations
Color information
#968793 (or 0x968793) is known color: Taupe Grey. HEX triplet: 96, 87 and 93. RGB value is (150,135,147). Sum of RGB (Red+Green+Blue) = 150+135+147=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 150 - color contains mainly: red. Hex color #968793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968793 is #69786C. Grayscale: #8C8C8C. Windows color (decimal): -6912109 or 9668502. OLE color: 9668502.
HSL color Cylindrical-coordinate representation of color #968793: hue angle of 312º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #968793 is Cyan = 0, Magento = 0.1, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 147 | - |
| CMYK | 0 | 0.1 | 0.02 | 0.41 |
| HSL | 312º | 0.07% | 0.56% | - |
| HSV(B) | 312º | 0.1% | 0.59% | - |
| XYZ | 26.51 | 25.92 | 31.21 | - |
| YUV | 140.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 147 | 0 | 0.1 | 0.02 | 0.41 | 312 | 0.07 | 0.56 |
| Hex | 96 | 87 | 93 | 0 | A | 2 | 29 | 138 | 7 | 38 |
| Octal | 226 | 207 | 223 | 0 | 12 | 2 | 51 | 470 | 7 | 70 |
| Binary | 10010110 | 10000111 | 10010011 | 0 | 1010 | 10 | 101001 | 100111000 | 111 | 111000 |
Color Harmonies of #968793
Complementary color
Monochromatic Colors of #968793
Black with #968793
Text Example
Text Example
White with #968793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968793; }
p { color: rgb(150,135,147); }
H1.HeaderClassName
{
color: #968793;
}
.AnyTagClassName
{
color: #968793;
}
</style>
background-color css
<style>
a { background-color: #968793; }
a { background-color: rgb(150,135,147); }
div.DivClassName
{
background-color: #968793;
}
.BgClassName
{
background-color: #968793;
}
</style>
border-color css
<style>
span { border-color: #968793; }
span { border-color: rgb(150,135,147); }
td.TdClassName
{
border-color: #968793;
}
.TagClassName
{
border-color: #968793;
}
</style>