Shades of Topaz #848088
Tints of Topaz #848088
RGB
CMYK
RGB Variations
Color information
#848088 (or 0x848088) is known color: Topaz. HEX triplet: 84, 80 and 88. RGB value is (132,128,136). Sum of RGB (Red+Green+Blue) = 132+128+136=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 136 - color contains mainly: blue. Hex color #848088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848088 is #7B7F77. Grayscale: #828282. Windows color (decimal): -8093560 or 8945796. OLE color: 8945796.
HSL color Cylindrical-coordinate representation of color #848088: hue angle of 270º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848088 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 128 | 136 | - |
| CMYK | 0.03 | 0.06 | 0 | 0.47 |
| HSL | 270º | 0.03% | 0.52% | - |
| HSV(B) | 270º | 0.06% | 0.53% | - |
| XYZ | 21.68 | 22.12 | 26.42 | - |
| YUV | 130.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 136 | 0.03 | 0.06 | 0 | 0.47 | 270 | 0.03 | 0.52 |
| Hex | 84 | 80 | 88 | 3 | 6 | 0 | 2F | 10E | 3 | 34 |
| Octal | 204 | 200 | 210 | 3 | 6 | 0 | 57 | 416 | 3 | 64 |
| Binary | 10000100 | 10000000 | 10001000 | 11 | 110 | 0 | 101111 | 100001110 | 11 | 110100 |
Color Harmonies of #848088
Complementary color
Monochromatic Colors of #848088
Black with #848088
Text Example
Text Example
White with #848088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848088; }
p { color: rgb(132,128,136); }
H1.HeaderClassName
{
color: #848088;
}
.AnyTagClassName
{
color: #848088;
}
</style>
background-color css
<style>
a { background-color: #848088; }
a { background-color: rgb(132,128,136); }
div.DivClassName
{
background-color: #848088;
}
.BgClassName
{
background-color: #848088;
}
</style>
border-color css
<style>
span { border-color: #848088; }
span { border-color: rgb(132,128,136); }
td.TdClassName
{
border-color: #848088;
}
.TagClassName
{
border-color: #848088;
}
</style>