Shades of Taupe Grey #93878E
Tints of Taupe Grey #93878E
RGB
CMYK
RGB Variations
Color information
#93878E (or 0x93878E) is known color: Taupe Grey. HEX triplet: 93, 87 and 8E. RGB value is (147,135,142). Sum of RGB (Red+Green+Blue) = 147+135+142=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 147 - color contains mainly: red. Hex color #93878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93878E is #6C7871. Grayscale: #8B8B8B. Windows color (decimal): -7108722 or 9340819. OLE color: 9340819.
HSL color Cylindrical-coordinate representation of color #93878E: hue angle of 325º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #93878E is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 135 | 142 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.42 |
| HSL | 325º | 0.05% | 0.55% | - |
| HSV(B) | 325º | 0.08% | 0.58% | - |
| XYZ | 25.58 | 25.48 | 29.16 | - |
| YUV | 139.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 135 | 142 | 0 | 0.08 | 0.03 | 0.42 | 325 | 0.05 | 0.55 |
| Hex | 93 | 87 | 8E | 0 | 8 | 3 | 2A | 145 | 5 | 37 |
| Octal | 223 | 207 | 216 | 0 | 10 | 3 | 52 | 505 | 5 | 67 |
| Binary | 10010011 | 10000111 | 10001110 | 0 | 1000 | 11 | 101010 | 101000101 | 101 | 110111 |
Color Harmonies of #93878E
Complementary color
Monochromatic Colors of #93878E
Black with #93878E
Text Example
Text Example
White with #93878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93878E; }
p { color: rgb(147,135,142); }
H1.HeaderClassName
{
color: #93878E;
}
.AnyTagClassName
{
color: #93878E;
}
</style>
background-color css
<style>
a { background-color: #93878E; }
a { background-color: rgb(147,135,142); }
div.DivClassName
{
background-color: #93878E;
}
.BgClassName
{
background-color: #93878E;
}
</style>
border-color css
<style>
span { border-color: #93878E; }
span { border-color: rgb(147,135,142); }
td.TdClassName
{
border-color: #93878E;
}
.TagClassName
{
border-color: #93878E;
}
</style>