Shades of Granny Smith #828C87
Tints of Granny Smith #828C87
RGB
CMYK
RGB Variations
Color information
#828C87 (or 0x828C87) is known color: Granny Smith. HEX triplet: 82, 8C and 87. RGB value is (130,140,135). Sum of RGB (Red+Green+Blue) = 130+140+135=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 140 - color contains mainly: green. Hex color #828C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C87 is #7D7378. Grayscale: #888888. Windows color (decimal): -8221561 or 8883330. OLE color: 8883330.
HSL color Cylindrical-coordinate representation of color #828C87: hue angle of 150º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #828C87 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 135 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.45 |
| HSL | 150º | 0.04% | 0.53% | - |
| HSV(B) | 150º | 0.07% | 0.55% | - |
| XYZ | 22.96 | 25.25 | 26.59 | - |
| YUV | 136.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 135 | 0.07 | 0 | 0.04 | 0.45 | 150 | 0.04 | 0.53 |
| Hex | 82 | 8C | 87 | 7 | 0 | 4 | 2D | 96 | 4 | 35 |
| Octal | 202 | 214 | 207 | 7 | 0 | 4 | 55 | 226 | 4 | 65 |
| Binary | 10000010 | 10001100 | 10000111 | 111 | 0 | 100 | 101101 | 10010110 | 100 | 110101 |
Color Harmonies of #828C87
Complementary color
Monochromatic Colors of #828C87
Black with #828C87
Text Example
Text Example
White with #828C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C87; }
p { color: rgb(130,140,135); }
H1.HeaderClassName
{
color: #828C87;
}
.AnyTagClassName
{
color: #828C87;
}
</style>
background-color css
<style>
a { background-color: #828C87; }
a { background-color: rgb(130,140,135); }
div.DivClassName
{
background-color: #828C87;
}
.BgClassName
{
background-color: #828C87;
}
</style>
border-color css
<style>
span { border-color: #828C87; }
span { border-color: rgb(130,140,135); }
td.TdClassName
{
border-color: #828C87;
}
.TagClassName
{
border-color: #828C87;
}
</style>