Shades of Topaz #867E8E
Tints of Topaz #867E8E
RGB
CMYK
RGB Variations
Color information
#867E8E (or 0x867E8E) is known color: Topaz. HEX triplet: 86, 7E and 8E. RGB value is (134,126,142). Sum of RGB (Red+Green+Blue) = 134+126+142=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 142 - color contains mainly: blue. Hex color #867E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867E8E is #798171. Grayscale: #828282. Windows color (decimal): -7962994 or 9338502. OLE color: 9338502.
HSL color Cylindrical-coordinate representation of color #867E8E: hue angle of 270º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #867E8E is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
RGB | 134 | 126 | 142 | - |
CMYK | 0.06 | 0.11 | 0 | 0.44 |
HSL | 270º | 0.07% | 0.53% | - |
HSV(B) | 270º | 0.11% | 0.56% | - |
XYZ | 22.17 | 21.94 | 28.66 | - |
YUV | 130.22 | 134.65 | 130.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 134 | 126 | 142 | 0.06 | 0.11 | 0 | 0.44 | 270 | 0.07 | 0.53 |
Hex | 86 | 7E | 8E | 6 | B | 0 | 2C | 10E | 7 | 35 |
Octal | 206 | 176 | 216 | 6 | 13 | 0 | 54 | 416 | 7 | 65 |
Binary | 10000110 | 1111110 | 10001110 | 110 | 1011 | 0 | 101100 | 100001110 | 111 | 110101 |
Color Harmonies of #867E8E
Complementary color
Monochromatic Colors of #867E8E
Black with #867E8E
Text Example
Text Example
White with #867E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867E8E; }
p { color: rgb(134,126,142); }
H1.HeaderClassName
{
color: #867E8E;
}
.AnyTagClassName
{
color: #867E8E;
}
</style>
background-color css
<style>
a { background-color: #867E8E; }
a { background-color: rgb(134,126,142); }
div.DivClassName
{
background-color: #867E8E;
}
.BgClassName
{
background-color: #867E8E;
}
</style>
border-color css
<style>
span { border-color: #867E8E; }
span { border-color: rgb(134,126,142); }
td.TdClassName
{
border-color: #867E8E;
}
.TagClassName
{
border-color: #867E8E;
}
</style>