Shades of Topaz #8C8795
Tints of Topaz #8C8795
RGB
CMYK
RGB Variations
Color information
#8C8795 (or 0x8C8795) is known color: Topaz. HEX triplet: 8C, 87 and 95. RGB value is (140,135,149). Sum of RGB (Red+Green+Blue) = 140+135+149=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C8795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8795 is #73786A. Grayscale: #8A8A8A. Windows color (decimal): -7567467 or 9799564. OLE color: 9799564.
HSL color Cylindrical-coordinate representation of color #8C8795: hue angle of 261.43º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C8795 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 135 | 149 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.42 |
| HSL | 261.43º | 0.06% | 0.56% | - |
| HSV(B) | 261.43º | 0.09% | 0.58% | - |
| XYZ | 24.9 | 25.07 | 31.96 | - |
| YUV | 138.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 149 | 0.06 | 0.09 | 0 | 0.42 | 261.43 | 0.06 | 0.56 |
| Hex | 8C | 87 | 95 | 6 | 9 | 0 | 2A | 105 | 6 | 38 |
| Octal | 214 | 207 | 225 | 6 | 11 | 0 | 52 | 405 | 6 | 70 |
| Binary | 10001100 | 10000111 | 10010101 | 110 | 1001 | 0 | 101010 | 100000101 | 110 | 111000 |
Color Harmonies of #8C8795
Complementary color
Monochromatic Colors of #8C8795
Black with #8C8795
Text Example
Text Example
White with #8C8795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8795; }
p { color: rgb(140,135,149); }
H1.HeaderClassName
{
color: #8C8795;
}
.AnyTagClassName
{
color: #8C8795;
}
</style>
background-color css
<style>
a { background-color: #8C8795; }
a { background-color: rgb(140,135,149); }
div.DivClassName
{
background-color: #8C8795;
}
.BgClassName
{
background-color: #8C8795;
}
</style>
border-color css
<style>
span { border-color: #8C8795; }
span { border-color: rgb(140,135,149); }
td.TdClassName
{
border-color: #8C8795;
}
.TagClassName
{
border-color: #8C8795;
}
</style>