Shades of Taupe Grey #858184
Tints of Taupe Grey #858184
RGB
CMYK
RGB Variations
Color information
#858184 (or 0x858184) is known color: Taupe Grey. HEX triplet: 85, 81 and 84. RGB value is (133,129,132). Sum of RGB (Red+Green+Blue) = 133+129+132=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 133 - color contains mainly: red. Hex color #858184 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858184 is #7A7E7B. Grayscale: #828282. Windows color (decimal): -8027772 or 8683909. OLE color: 8683909.
HSL color Cylindrical-coordinate representation of color #858184: hue angle of 315º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #858184 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
RGB | 133 | 129 | 132 | - |
CMYK | 0 | 0.03 | 0.01 | 0.48 |
HSL | 315º | 0.02% | 0.51% | - |
HSV(B) | 315º | 0.03% | 0.52% | - |
XYZ | 21.69 | 22.35 | 25 | - |
YUV | 130.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 129 | 132 | 0 | 0.03 | 0.01 | 0.48 | 315 | 0.02 | 0.51 |
Hex | 85 | 81 | 84 | 0 | 3 | 1 | 30 | 13B | 2 | 33 |
Octal | 205 | 201 | 204 | 0 | 3 | 1 | 60 | 473 | 2 | 63 |
Binary | 10000101 | 10000001 | 10000100 | 0 | 11 | 1 | 110000 | 100111011 | 10 | 110011 |
Color Harmonies of #858184
Complementary color
Monochromatic Colors of #858184
Black with #858184
Text Example
Text Example
White with #858184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858184; }
p { color: rgb(133,129,132); }
H1.HeaderClassName
{
color: #858184;
}
.AnyTagClassName
{
color: #858184;
}
</style>
background-color css
<style>
a { background-color: #858184; }
a { background-color: rgb(133,129,132); }
div.DivClassName
{
background-color: #858184;
}
.BgClassName
{
background-color: #858184;
}
</style>
border-color css
<style>
span { border-color: #858184; }
span { border-color: rgb(133,129,132); }
td.TdClassName
{
border-color: #858184;
}
.TagClassName
{
border-color: #858184;
}
</style>