Shades of Topaz #85828C
Tints of Topaz #85828C
RGB
CMYK
RGB Variations
Color information
#85828C (or 0x85828C) is known color: Topaz. HEX triplet: 85, 82 and 8C. RGB value is (133,130,140). Sum of RGB (Red+Green+Blue) = 133+130+140=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 140 - color contains mainly: blue. Hex color #85828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85828C is #7A7D73. Grayscale: #848484. Windows color (decimal): -8027508 or 9208453. OLE color: 9208453.
HSL color Cylindrical-coordinate representation of color #85828C: hue angle of 258º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #85828C is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 130 | 140 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.45 |
| HSL | 258º | 0.04% | 0.53% | - |
| HSV(B) | 258º | 0.07% | 0.55% | - |
| XYZ | 22.39 | 22.85 | 28.04 | - |
| YUV | 132.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 140 | 0.05 | 0.07 | 0 | 0.45 | 258 | 0.04 | 0.53 |
| Hex | 85 | 82 | 8C | 5 | 7 | 0 | 2D | 102 | 4 | 35 |
| Octal | 205 | 202 | 214 | 5 | 7 | 0 | 55 | 402 | 4 | 65 |
| Binary | 10000101 | 10000010 | 10001100 | 101 | 111 | 0 | 101101 | 100000010 | 100 | 110101 |
Color Harmonies of #85828C
Complementary color
Monochromatic Colors of #85828C
Black with #85828C
Text Example
Text Example
White with #85828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85828C; }
p { color: rgb(133,130,140); }
H1.HeaderClassName
{
color: #85828C;
}
.AnyTagClassName
{
color: #85828C;
}
</style>
background-color css
<style>
a { background-color: #85828C; }
a { background-color: rgb(133,130,140); }
div.DivClassName
{
background-color: #85828C;
}
.BgClassName
{
background-color: #85828C;
}
</style>
border-color css
<style>
span { border-color: #85828C; }
span { border-color: rgb(133,130,140); }
td.TdClassName
{
border-color: #85828C;
}
.TagClassName
{
border-color: #85828C;
}
</style>