Shades of Topaz #847F88
Tints of Topaz #847F88
RGB
CMYK
RGB Variations
Color information
#847F88 (or 0x847F88) is known color: Topaz. HEX triplet: 84, 7F and 88. RGB value is (132,127,136). Sum of RGB (Red+Green+Blue) = 132+127+136=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 136 - color contains mainly: blue. Hex color #847F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847F88 is #7B8077. Grayscale: #818181. Windows color (decimal): -8093816 or 8945540. OLE color: 8945540.
HSL color Cylindrical-coordinate representation of color #847F88: hue angle of 273.33º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #847F88 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 132 | 127 | 136 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.47 |
| HSL | 273.33º | 0.04% | 0.52% | - |
| HSV(B) | 273.33º | 0.07% | 0.53% | - |
| XYZ | 21.55 | 21.86 | 26.38 | - |
| YUV | 129.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 136 | 0.03 | 0.07 | 0 | 0.47 | 273.33 | 0.04 | 0.52 |
| Hex | 84 | 7F | 88 | 3 | 7 | 0 | 2F | 111 | 4 | 34 |
| Octal | 204 | 177 | 210 | 3 | 7 | 0 | 57 | 421 | 4 | 64 |
| Binary | 10000100 | 1111111 | 10001000 | 11 | 111 | 0 | 101111 | 100010001 | 100 | 110100 |
Color Harmonies of #847F88
Complementary color
Monochromatic Colors of #847F88
Black with #847F88
Text Example
Text Example
White with #847F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F88; }
p { color: rgb(132,127,136); }
H1.HeaderClassName
{
color: #847F88;
}
.AnyTagClassName
{
color: #847F88;
}
</style>
background-color css
<style>
a { background-color: #847F88; }
a { background-color: rgb(132,127,136); }
div.DivClassName
{
background-color: #847F88;
}
.BgClassName
{
background-color: #847F88;
}
</style>
border-color css
<style>
span { border-color: #847F88; }
span { border-color: rgb(132,127,136); }
td.TdClassName
{
border-color: #847F88;
}
.TagClassName
{
border-color: #847F88;
}
</style>