Shades of Taupe Grey #92878E
Tints of Taupe Grey #92878E
RGB
CMYK
RGB Variations
Color information
#92878E (or 0x92878E) is known color: Taupe Grey. HEX triplet: 92, 87 and 8E. RGB value is (146,135,142). Sum of RGB (Red+Green+Blue) = 146+135+142=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 146 - color contains mainly: red. Hex color #92878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92878E is #6D7871. Grayscale: #8B8B8B. Windows color (decimal): -7174258 or 9340818. OLE color: 9340818.
HSL color Cylindrical-coordinate representation of color #92878E: hue angle of 321.82º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #92878E is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 135 | 142 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.43 |
| HSL | 321.82º | 0.05% | 0.55% | - |
| HSV(B) | 321.82º | 0.08% | 0.57% | - |
| XYZ | 25.4 | 25.39 | 29.15 | - |
| YUV | 139.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 142 | 0 | 0.08 | 0.03 | 0.43 | 321.82 | 0.05 | 0.55 |
| Hex | 92 | 87 | 8E | 0 | 8 | 3 | 2B | 142 | 5 | 37 |
| Octal | 222 | 207 | 216 | 0 | 10 | 3 | 53 | 502 | 5 | 67 |
| Binary | 10010010 | 10000111 | 10001110 | 0 | 1000 | 11 | 101011 | 101000010 | 101 | 110111 |
Color Harmonies of #92878E
Complementary color
Monochromatic Colors of #92878E
Black with #92878E
Text Example
Text Example
White with #92878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92878E; }
p { color: rgb(146,135,142); }
H1.HeaderClassName
{
color: #92878E;
}
.AnyTagClassName
{
color: #92878E;
}
</style>
background-color css
<style>
a { background-color: #92878E; }
a { background-color: rgb(146,135,142); }
div.DivClassName
{
background-color: #92878E;
}
.BgClassName
{
background-color: #92878E;
}
</style>
border-color css
<style>
span { border-color: #92878E; }
span { border-color: rgb(146,135,142); }
td.TdClassName
{
border-color: #92878E;
}
.TagClassName
{
border-color: #92878E;
}
</style>