Shades of Taupe Grey #968795
Tints of Taupe Grey #968795
RGB
CMYK
RGB Variations
Color information
#968795 (or 0x968795) is known color: Taupe Grey. HEX triplet: 96, 87 and 95. RGB value is (150,135,149). Sum of RGB (Red+Green+Blue) = 150+135+149=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #968795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968795 is #69786A. Grayscale: #8D8D8D. Windows color (decimal): -6912107 or 9799574. OLE color: 9799574.
HSL color Cylindrical-coordinate representation of color #968795: hue angle of 304º 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 #968795 is Cyan = 0, Magento = 0.1, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 149 | - |
| CMYK | 0 | 0.1 | 0.01 | 0.41 |
| HSL | 304º | 0.07% | 0.56% | - |
| HSV(B) | 304º | 0.1% | 0.59% | - |
| XYZ | 26.67 | 25.98 | 32.04 | - |
| YUV | 141.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 149 | 0 | 0.1 | 0.01 | 0.41 | 304 | 0.07 | 0.56 |
| Hex | 96 | 87 | 95 | 0 | A | 1 | 29 | 130 | 7 | 38 |
| Octal | 226 | 207 | 225 | 0 | 12 | 1 | 51 | 460 | 7 | 70 |
| Binary | 10010110 | 10000111 | 10010101 | 0 | 1010 | 1 | 101001 | 100110000 | 111 | 111000 |
Color Harmonies of #968795
Complementary color
Monochromatic Colors of #968795
Black with #968795
Text Example
Text Example
White with #968795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968795; }
p { color: rgb(150,135,149); }
H1.HeaderClassName
{
color: #968795;
}
.AnyTagClassName
{
color: #968795;
}
</style>
background-color css
<style>
a { background-color: #968795; }
a { background-color: rgb(150,135,149); }
div.DivClassName
{
background-color: #968795;
}
.BgClassName
{
background-color: #968795;
}
</style>
border-color css
<style>
span { border-color: #968795; }
span { border-color: rgb(150,135,149); }
td.TdClassName
{
border-color: #968795;
}
.TagClassName
{
border-color: #968795;
}
</style>