Shades of Granny Smith #7A8580
Tints of Granny Smith #7A8580
RGB
CMYK
RGB Variations
Color information
#7A8580 (or 0x7A8580) is known color: Granny Smith. HEX triplet: 7A, 85 and 80. RGB value is (122,133,128). Sum of RGB (Red+Green+Blue) = 122+133+128=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 133 - color contains mainly: green. Hex color #7A8580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8580 is #857A7F. Grayscale: #818181. Windows color (decimal): -8747648 or 8422778. OLE color: 8422778.
HSL color Cylindrical-coordinate representation of color #7A8580: hue angle of 152.73º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A8580 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 128 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.48 |
| HSL | 152.73º | 0.04% | 0.5% | - |
| HSV(B) | 152.73º | 0.08% | 0.52% | - |
| XYZ | 20.31 | 22.47 | 23.69 | - |
| YUV | 129.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 128 | 0.08 | 0 | 0.04 | 0.48 | 152.73 | 0.04 | 0.5 |
| Hex | 7A | 85 | 80 | 8 | 0 | 4 | 30 | 99 | 4 | 32 |
| Octal | 172 | 205 | 200 | 10 | 0 | 4 | 60 | 231 | 4 | 62 |
| Binary | 1111010 | 10000101 | 10000000 | 1000 | 0 | 100 | 110000 | 10011001 | 100 | 110010 |
Color Harmonies of #7A8580
Complementary color
Monochromatic Colors of #7A8580
Black with #7A8580
Text Example
Text Example
White with #7A8580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8580; }
p { color: rgb(122,133,128); }
H1.HeaderClassName
{
color: #7A8580;
}
.AnyTagClassName
{
color: #7A8580;
}
</style>
background-color css
<style>
a { background-color: #7A8580; }
a { background-color: rgb(122,133,128); }
div.DivClassName
{
background-color: #7A8580;
}
.BgClassName
{
background-color: #7A8580;
}
</style>
border-color css
<style>
span { border-color: #7A8580; }
span { border-color: rgb(122,133,128); }
td.TdClassName
{
border-color: #7A8580;
}
.TagClassName
{
border-color: #7A8580;
}
</style>