Shades of Topaz #85838A
Tints of Topaz #85838A
RGB
CMYK
RGB Variations
Color information
#85838A (or 0x85838A) is known color: Topaz. HEX triplet: 85, 83 and 8A. RGB value is (133,131,138). Sum of RGB (Red+Green+Blue) = 133+131+138=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 138 - color contains mainly: blue. Hex color #85838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85838A is #7A7C75. Grayscale: #848484. Windows color (decimal): -8027254 or 9077637. OLE color: 9077637.
HSL color Cylindrical-coordinate representation of color #85838A: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #85838A is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 131 | 138 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.46 |
| HSL | 257.14º | 0.03% | 0.53% | - |
| HSV(B) | 257.14º | 0.05% | 0.54% | - |
| XYZ | 22.38 | 23.05 | 27.32 | - |
| YUV | 132.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 131 | 138 | 0.04 | 0.05 | 0 | 0.46 | 257.14 | 0.03 | 0.53 |
| Hex | 85 | 83 | 8A | 4 | 5 | 0 | 2E | 101 | 3 | 35 |
| Octal | 205 | 203 | 212 | 4 | 5 | 0 | 56 | 401 | 3 | 65 |
| Binary | 10000101 | 10000011 | 10001010 | 100 | 101 | 0 | 101110 | 100000001 | 11 | 110101 |
Color Harmonies of #85838A
Complementary color
Monochromatic Colors of #85838A
Black with #85838A
Text Example
Text Example
White with #85838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85838A; }
p { color: rgb(133,131,138); }
H1.HeaderClassName
{
color: #85838A;
}
.AnyTagClassName
{
color: #85838A;
}
</style>
background-color css
<style>
a { background-color: #85838A; }
a { background-color: rgb(133,131,138); }
div.DivClassName
{
background-color: #85838A;
}
.BgClassName
{
background-color: #85838A;
}
</style>
border-color css
<style>
span { border-color: #85838A; }
span { border-color: rgb(133,131,138); }
td.TdClassName
{
border-color: #85838A;
}
.TagClassName
{
border-color: #85838A;
}
</style>