Shades of Taupe Grey #868385
Tints of Taupe Grey #868385
RGB
CMYK
RGB Variations
Color information
#868385 (or 0x868385) is known color: Taupe Grey. HEX triplet: 86, 83 and 85. RGB value is (134,131,133). Sum of RGB (Red+Green+Blue) = 134+131+133=398 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.67% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 134 - color contains mainly: red. Hex color #868385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868385 is #797C7A. Grayscale: #848484. Windows color (decimal): -7961723 or 8749958. OLE color: 8749958.
HSL color Cylindrical-coordinate representation of color #868385: hue angle of 320º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #868385 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 131 | 133 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.47 |
| HSL | 320º | 0.01% | 0.52% | - |
| HSV(B) | 320º | 0.02% | 0.53% | - |
| XYZ | 22.18 | 22.99 | 25.46 | - |
| YUV | 132.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 131 | 133 | 0 | 0.02 | 0.01 | 0.47 | 320 | 0.01 | 0.52 |
| Hex | 86 | 83 | 85 | 0 | 2 | 1 | 2F | 140 | 1 | 34 |
| Octal | 206 | 203 | 205 | 0 | 2 | 1 | 57 | 500 | 1 | 64 |
| Binary | 10000110 | 10000011 | 10000101 | 0 | 10 | 1 | 101111 | 101000000 | 1 | 110100 |
Color Harmonies of #868385
Complementary color
Monochromatic Colors of #868385
Black with #868385
Text Example
Text Example
White with #868385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868385; }
p { color: rgb(134,131,133); }
H1.HeaderClassName
{
color: #868385;
}
.AnyTagClassName
{
color: #868385;
}
</style>
background-color css
<style>
a { background-color: #868385; }
a { background-color: rgb(134,131,133); }
div.DivClassName
{
background-color: #868385;
}
.BgClassName
{
background-color: #868385;
}
</style>
border-color css
<style>
span { border-color: #868385; }
span { border-color: rgb(134,131,133); }
td.TdClassName
{
border-color: #868385;
}
.TagClassName
{
border-color: #868385;
}
</style>