Shades of Granny Smith #878F8D
Tints of Granny Smith #878F8D
RGB
CMYK
RGB Variations
Color information
#878F8D (or 0x878F8D) is known color: Granny Smith. HEX triplet: 87, 8F and 8D. RGB value is (135,143,141). Sum of RGB (Red+Green+Blue) = 135+143+141=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 143 - color contains mainly: green. Hex color #878F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F8D is #787072. Grayscale: #8C8C8C. Windows color (decimal): -7893107 or 9277319. OLE color: 9277319.
HSL color Cylindrical-coordinate representation of color #878F8D: hue angle of 165º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #878F8D is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 143 | 141 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.44 |
| HSL | 165º | 0.03% | 0.55% | - |
| HSV(B) | 165º | 0.06% | 0.56% | - |
| XYZ | 24.62 | 26.72 | 29.06 | - |
| YUV | 140.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 143 | 141 | 0.06 | 0 | 0.01 | 0.44 | 165 | 0.03 | 0.55 |
| Hex | 87 | 8F | 8D | 6 | 0 | 1 | 2C | A5 | 3 | 37 |
| Octal | 207 | 217 | 215 | 6 | 0 | 1 | 54 | 245 | 3 | 67 |
| Binary | 10000111 | 10001111 | 10001101 | 110 | 0 | 1 | 101100 | 10100101 | 11 | 110111 |
Color Harmonies of #878F8D
Complementary color
Monochromatic Colors of #878F8D
Black with #878F8D
Text Example
Text Example
White with #878F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878F8D; }
p { color: rgb(135,143,141); }
H1.HeaderClassName
{
color: #878F8D;
}
.AnyTagClassName
{
color: #878F8D;
}
</style>
background-color css
<style>
a { background-color: #878F8D; }
a { background-color: rgb(135,143,141); }
div.DivClassName
{
background-color: #878F8D;
}
.BgClassName
{
background-color: #878F8D;
}
</style>
border-color css
<style>
span { border-color: #878F8D; }
span { border-color: rgb(135,143,141); }
td.TdClassName
{
border-color: #878F8D;
}
.TagClassName
{
border-color: #878F8D;
}
</style>