Shades of Topaz #867B92
Tints of Topaz #867B92
RGB
CMYK
RGB Variations
Color information
#867B92 (or 0x867B92) is known color: Topaz. HEX triplet: 86, 7B and 92. RGB value is (134,123,146). Sum of RGB (Red+Green+Blue) = 134+123+146=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #867B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867B92 is #79846D. Grayscale: #808080. Windows color (decimal): -7963758 or 9599878. OLE color: 9599878.
HSL color Cylindrical-coordinate representation of color #867B92: hue angle of 268.7º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867B92 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 123 | 146 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.43 |
| HSL | 268.7º | 0.1% | 0.53% | - |
| HSV(B) | 268.7º | 0.16% | 0.57% | - |
| XYZ | 22.1 | 21.31 | 30.14 | - |
| YUV | 128.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 123 | 146 | 0.08 | 0.16 | 0 | 0.43 | 268.7 | 0.1 | 0.53 |
| Hex | 86 | 7B | 92 | 8 | 10 | 0 | 2B | 10D | A | 35 |
| Octal | 206 | 173 | 222 | 10 | 20 | 0 | 53 | 415 | 12 | 65 |
| Binary | 10000110 | 1111011 | 10010010 | 1000 | 10000 | 0 | 101011 | 100001101 | 1010 | 110101 |
Color Harmonies of #867B92
Complementary color
Monochromatic Colors of #867B92
Black with #867B92
Text Example
Text Example
White with #867B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867B92; }
p { color: rgb(134,123,146); }
H1.HeaderClassName
{
color: #867B92;
}
.AnyTagClassName
{
color: #867B92;
}
</style>
background-color css
<style>
a { background-color: #867B92; }
a { background-color: rgb(134,123,146); }
div.DivClassName
{
background-color: #867B92;
}
.BgClassName
{
background-color: #867B92;
}
</style>
border-color css
<style>
span { border-color: #867B92; }
span { border-color: rgb(134,123,146); }
td.TdClassName
{
border-color: #867B92;
}
.TagClassName
{
border-color: #867B92;
}
</style>