Shades of Topaz #818085
Tints of Topaz #818085
RGB
CMYK
RGB Variations
Color information
#818085 (or 0x818085) is known color: Topaz. HEX triplet: 81, 80 and 85. RGB value is (129,128,133). Sum of RGB (Red+Green+Blue) = 129+128+133=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 133 - color contains mainly: blue. Hex color #818085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818085 is #7E7F7A. Grayscale: #808080. Windows color (decimal): -8290171 or 8749185. OLE color: 8749185.
HSL color Cylindrical-coordinate representation of color #818085: hue angle of 252º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #818085 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
RGB | 129 | 128 | 133 | - |
CMYK | 0.03 | 0.04 | 0 | 0.48 |
HSL | 252º | 0.02% | 0.51% | - |
HSV(B) | 252º | 0.04% | 0.52% | - |
XYZ | 21.01 | 21.8 | 25.29 | - |
YUV | 128.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 129 | 128 | 133 | 0.03 | 0.04 | 0 | 0.48 | 252 | 0.02 | 0.51 |
Hex | 81 | 80 | 85 | 3 | 4 | 0 | 30 | FC | 2 | 33 |
Octal | 201 | 200 | 205 | 3 | 4 | 0 | 60 | 374 | 2 | 63 |
Binary | 10000001 | 10000000 | 10000101 | 11 | 100 | 0 | 110000 | 11111100 | 10 | 110011 |
Color Harmonies of #818085
Complementary color
Monochromatic Colors of #818085
Black with #818085
Text Example
Text Example
White with #818085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818085; }
p { color: rgb(129,128,133); }
H1.HeaderClassName
{
color: #818085;
}
.AnyTagClassName
{
color: #818085;
}
</style>
background-color css
<style>
a { background-color: #818085; }
a { background-color: rgb(129,128,133); }
div.DivClassName
{
background-color: #818085;
}
.BgClassName
{
background-color: #818085;
}
</style>
border-color css
<style>
span { border-color: #818085; }
span { border-color: rgb(129,128,133); }
td.TdClassName
{
border-color: #818085;
}
.TagClassName
{
border-color: #818085;
}
</style>