Shades of Granny Smith #7A8581
Tints of Granny Smith #7A8581
RGB
CMYK
RGB Variations
Color information
#7A8581 (or 0x7A8581) is known color: Granny Smith. HEX triplet: 7A, 85 and 81. RGB value is (122,133,129). Sum of RGB (Red+Green+Blue) = 122+133+129=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 133 - color contains mainly: green. Hex color #7A8581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8581 is #857A7E. Grayscale: #818181. Windows color (decimal): -8747647 or 8488314. OLE color: 8488314.
HSL color Cylindrical-coordinate representation of color #7A8581: hue angle of 158.18º 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 #7A8581 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 133 | 129 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.48 |
| HSL | 158.18º | 0.04% | 0.5% | - |
| HSV(B) | 158.18º | 0.08% | 0.52% | - |
| XYZ | 20.38 | 22.5 | 24.04 | - |
| YUV | 129.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 129 | 0.08 | 0 | 0.03 | 0.48 | 158.18 | 0.04 | 0.5 |
| Hex | 7A | 85 | 81 | 8 | 0 | 3 | 30 | 9E | 4 | 32 |
| Octal | 172 | 205 | 201 | 10 | 0 | 3 | 60 | 236 | 4 | 62 |
| Binary | 1111010 | 10000101 | 10000001 | 1000 | 0 | 11 | 110000 | 10011110 | 100 | 110010 |
Color Harmonies of #7A8581
Complementary color
Monochromatic Colors of #7A8581
Black with #7A8581
Text Example
Text Example
White with #7A8581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8581; }
p { color: rgb(122,133,129); }
H1.HeaderClassName
{
color: #7A8581;
}
.AnyTagClassName
{
color: #7A8581;
}
</style>
background-color css
<style>
a { background-color: #7A8581; }
a { background-color: rgb(122,133,129); }
div.DivClassName
{
background-color: #7A8581;
}
.BgClassName
{
background-color: #7A8581;
}
</style>
border-color css
<style>
span { border-color: #7A8581; }
span { border-color: rgb(122,133,129); }
td.TdClassName
{
border-color: #7A8581;
}
.TagClassName
{
border-color: #7A8581;
}
</style>