Shades of Granny Smith #7A817E
Tints of Granny Smith #7A817E
RGB
CMYK
RGB Variations
Color information
#7A817E (or 0x7A817E) is known color: Granny Smith. HEX triplet: 7A, 81 and 7E. RGB value is (122,129,126). Sum of RGB (Red+Green+Blue) = 122+129+126=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 129 - color contains mainly: green. Hex color #7A817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A817E is #857E81. Grayscale: #7E7E7E. Windows color (decimal): -8748674 or 8290682. OLE color: 8290682.
HSL color Cylindrical-coordinate representation of color #7A817E: hue angle of 154.29º degrees, saturation: 0.03, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7A817E is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 129 | 126 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.49 |
| HSL | 154.29º | 0.03% | 0.49% | - |
| HSV(B) | 154.29º | 0.05% | 0.51% | - |
| XYZ | 19.64 | 21.34 | 22.82 | - |
| YUV | 126.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 126 | 0.05 | 0 | 0.02 | 0.49 | 154.29 | 0.03 | 0.49 |
| Hex | 7A | 81 | 7E | 5 | 0 | 2 | 31 | 9A | 3 | 31 |
| Octal | 172 | 201 | 176 | 5 | 0 | 2 | 61 | 232 | 3 | 61 |
| Binary | 1111010 | 10000001 | 1111110 | 101 | 0 | 10 | 110001 | 10011010 | 11 | 110001 |
Color Harmonies of #7A817E
Complementary color
Monochromatic Colors of #7A817E
Black with #7A817E
Text Example
Text Example
White with #7A817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A817E; }
p { color: rgb(122,129,126); }
H1.HeaderClassName
{
color: #7A817E;
}
.AnyTagClassName
{
color: #7A817E;
}
</style>
background-color css
<style>
a { background-color: #7A817E; }
a { background-color: rgb(122,129,126); }
div.DivClassName
{
background-color: #7A817E;
}
.BgClassName
{
background-color: #7A817E;
}
</style>
border-color css
<style>
span { border-color: #7A817E; }
span { border-color: rgb(122,129,126); }
td.TdClassName
{
border-color: #7A817E;
}
.TagClassName
{
border-color: #7A817E;
}
</style>