Shades of Granny Smith #828C89
Tints of Granny Smith #828C89
RGB
CMYK
RGB Variations
Color information
#828C89 (or 0x828C89) is known color: Granny Smith. HEX triplet: 82, 8C and 89. RGB value is (130,140,137). Sum of RGB (Red+Green+Blue) = 130+140+137=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 140 - color contains mainly: green. Hex color #828C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828C89 is #7D7376. Grayscale: #888888. Windows color (decimal): -8221559 or 9014402. OLE color: 9014402.
HSL color Cylindrical-coordinate representation of color #828C89: hue angle of 162º 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 #828C89 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 140 | 137 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.45 |
| HSL | 162º | 0.04% | 0.53% | - |
| HSV(B) | 162º | 0.07% | 0.55% | - |
| XYZ | 23.1 | 25.31 | 27.33 | - |
| YUV | 136.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 137 | 0.07 | 0 | 0.02 | 0.45 | 162 | 0.04 | 0.53 |
| Hex | 82 | 8C | 89 | 7 | 0 | 2 | 2D | A2 | 4 | 35 |
| Octal | 202 | 214 | 211 | 7 | 0 | 2 | 55 | 242 | 4 | 65 |
| Binary | 10000010 | 10001100 | 10001001 | 111 | 0 | 10 | 101101 | 10100010 | 100 | 110101 |
Color Harmonies of #828C89
Complementary color
Monochromatic Colors of #828C89
Black with #828C89
Text Example
Text Example
White with #828C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828C89; }
p { color: rgb(130,140,137); }
H1.HeaderClassName
{
color: #828C89;
}
.AnyTagClassName
{
color: #828C89;
}
</style>
background-color css
<style>
a { background-color: #828C89; }
a { background-color: rgb(130,140,137); }
div.DivClassName
{
background-color: #828C89;
}
.BgClassName
{
background-color: #828C89;
}
</style>
border-color css
<style>
span { border-color: #828C89; }
span { border-color: rgb(130,140,137); }
td.TdClassName
{
border-color: #828C89;
}
.TagClassName
{
border-color: #828C89;
}
</style>