Shades of Topaz #867D8A
Tints of Topaz #867D8A
RGB
CMYK
RGB Variations
Color information
#867D8A (or 0x867D8A) is known color: Topaz. HEX triplet: 86, 7D and 8A. RGB value is (134,125,138). Sum of RGB (Red+Green+Blue) = 134+125+138=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 138 - color contains mainly: blue. Hex color #867D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867D8A is #798275. Grayscale: #818181. Windows color (decimal): -7963254 or 9076102. OLE color: 9076102.
HSL color Cylindrical-coordinate representation of color #867D8A: hue angle of 281.54º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #867D8A is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 125 | 138 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.46 |
| HSL | 281.54º | 0.05% | 0.52% | - |
| HSV(B) | 281.54º | 0.09% | 0.54% | - |
| XYZ | 21.75 | 21.57 | 27.06 | - |
| YUV | 129.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 125 | 138 | 0.03 | 0.09 | 0 | 0.46 | 281.54 | 0.05 | 0.52 |
| Hex | 86 | 7D | 8A | 3 | 9 | 0 | 2E | 11A | 5 | 34 |
| Octal | 206 | 175 | 212 | 3 | 11 | 0 | 56 | 432 | 5 | 64 |
| Binary | 10000110 | 1111101 | 10001010 | 11 | 1001 | 0 | 101110 | 100011010 | 101 | 110100 |
Color Harmonies of #867D8A
Complementary color
Monochromatic Colors of #867D8A
Black with #867D8A
Text Example
Text Example
White with #867D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867D8A; }
p { color: rgb(134,125,138); }
H1.HeaderClassName
{
color: #867D8A;
}
.AnyTagClassName
{
color: #867D8A;
}
</style>
background-color css
<style>
a { background-color: #867D8A; }
a { background-color: rgb(134,125,138); }
div.DivClassName
{
background-color: #867D8A;
}
.BgClassName
{
background-color: #867D8A;
}
</style>
border-color css
<style>
span { border-color: #867D8A; }
span { border-color: rgb(134,125,138); }
td.TdClassName
{
border-color: #867D8A;
}
.TagClassName
{
border-color: #867D8A;
}
</style>