Shades of Topaz #848189
Tints of Topaz #848189
RGB
CMYK
RGB Variations
Color information
#848189 (or 0x848189) is known color: Topaz. HEX triplet: 84, 81 and 89. RGB value is (132,129,137). Sum of RGB (Red+Green+Blue) = 132+129+137=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 137 - color contains mainly: blue. Hex color #848189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848189 is #7B7E76. Grayscale: #828282. Windows color (decimal): -8093303 or 9011588. OLE color: 9011588.
HSL color Cylindrical-coordinate representation of color #848189: hue angle of 262.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848189 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 129 | 137 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.46 |
| HSL | 262.5º | 0.03% | 0.52% | - |
| HSV(B) | 262.5º | 0.06% | 0.54% | - |
| XYZ | 21.88 | 22.41 | 26.84 | - |
| YUV | 130.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 129 | 137 | 0.04 | 0.06 | 0 | 0.46 | 262.5 | 0.03 | 0.52 |
| Hex | 84 | 81 | 89 | 4 | 6 | 0 | 2E | 106 | 3 | 34 |
| Octal | 204 | 201 | 211 | 4 | 6 | 0 | 56 | 406 | 3 | 64 |
| Binary | 10000100 | 10000001 | 10001001 | 100 | 110 | 0 | 101110 | 100000110 | 11 | 110100 |
Color Harmonies of #848189
Complementary color
Monochromatic Colors of #848189
Black with #848189
Text Example
Text Example
White with #848189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848189; }
p { color: rgb(132,129,137); }
H1.HeaderClassName
{
color: #848189;
}
.AnyTagClassName
{
color: #848189;
}
</style>
background-color css
<style>
a { background-color: #848189; }
a { background-color: rgb(132,129,137); }
div.DivClassName
{
background-color: #848189;
}
.BgClassName
{
background-color: #848189;
}
</style>
border-color css
<style>
span { border-color: #848189; }
span { border-color: rgb(132,129,137); }
td.TdClassName
{
border-color: #848189;
}
.TagClassName
{
border-color: #848189;
}
</style>