Shades of Topaz #847F8B
Tints of Topaz #847F8B
RGB
CMYK
RGB Variations
Color information
#847F8B (or 0x847F8B) is known color: Topaz. HEX triplet: 84, 7F and 8B. RGB value is (132,127,139). Sum of RGB (Red+Green+Blue) = 132+127+139=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 139 - color contains mainly: blue. Hex color #847F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847F8B is #7B8074. Grayscale: #818181. Windows color (decimal): -8093813 or 9142148. OLE color: 9142148.
HSL color Cylindrical-coordinate representation of color #847F8B: hue angle of 265º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #847F8B is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 127 | 139 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.45 |
| HSL | 265º | 0.05% | 0.52% | - |
| HSV(B) | 265º | 0.09% | 0.55% | - |
| XYZ | 21.77 | 21.95 | 27.52 | - |
| YUV | 129.86 | 133.16 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 127 | 139 | 0.05 | 0.09 | 0 | 0.45 | 265 | 0.05 | 0.52 |
| Hex | 84 | 7F | 8B | 5 | 9 | 0 | 2D | 109 | 5 | 34 |
| Octal | 204 | 177 | 213 | 5 | 11 | 0 | 55 | 411 | 5 | 64 |
| Binary | 10000100 | 1111111 | 10001011 | 101 | 1001 | 0 | 101101 | 100001001 | 101 | 110100 |
Color Harmonies of #847F8B
Complementary color
Monochromatic Colors of #847F8B
Black with #847F8B
Text Example
Text Example
White with #847F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847F8B; }
p { color: rgb(132,127,139); }
H1.HeaderClassName
{
color: #847F8B;
}
.AnyTagClassName
{
color: #847F8B;
}
</style>
background-color css
<style>
a { background-color: #847F8B; }
a { background-color: rgb(132,127,139); }
div.DivClassName
{
background-color: #847F8B;
}
.BgClassName
{
background-color: #847F8B;
}
</style>
border-color css
<style>
span { border-color: #847F8B; }
span { border-color: rgb(132,127,139); }
td.TdClassName
{
border-color: #847F8B;
}
.TagClassName
{
border-color: #847F8B;
}
</style>