Shades of Granny Smith #7A8780
Tints of Granny Smith #7A8780
RGB
CMYK
RGB Variations
Color information
#7A8780 (or 0x7A8780) is known color: Granny Smith. HEX triplet: 7A, 87 and 80. RGB value is (122,135,128). Sum of RGB (Red+Green+Blue) = 122+135+128=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #7A8780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8780 is #85787F. Grayscale: #828282. Windows color (decimal): -8747136 or 8423290. OLE color: 8423290.
HSL color Cylindrical-coordinate representation of color #7A8780: hue angle of 147.69º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A8780 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 128 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.47 |
| HSL | 147.69º | 0.05% | 0.5% | - |
| HSV(B) | 147.69º | 0.1% | 0.53% | - |
| XYZ | 20.59 | 23.02 | 23.78 | - |
| YUV | 130.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 128 | 0.10 | 0 | 0.05 | 0.47 | 147.69 | 0.05 | 0.5 |
| Hex | 7A | 87 | 80 | A | 0 | 5 | 2F | 94 | 5 | 32 |
| Octal | 172 | 207 | 200 | 12 | 0 | 5 | 57 | 224 | 5 | 62 |
| Binary | 1111010 | 10000111 | 10000000 | 1010 | 0 | 101 | 101111 | 10010100 | 101 | 110010 |
Color Harmonies of #7A8780
Complementary color
Monochromatic Colors of #7A8780
Black with #7A8780
Text Example
Text Example
White with #7A8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8780; }
p { color: rgb(122,135,128); }
H1.HeaderClassName
{
color: #7A8780;
}
.AnyTagClassName
{
color: #7A8780;
}
</style>
background-color css
<style>
a { background-color: #7A8780; }
a { background-color: rgb(122,135,128); }
div.DivClassName
{
background-color: #7A8780;
}
.BgClassName
{
background-color: #7A8780;
}
</style>
border-color css
<style>
span { border-color: #7A8780; }
span { border-color: rgb(122,135,128); }
td.TdClassName
{
border-color: #7A8780;
}
.TagClassName
{
border-color: #7A8780;
}
</style>