Shades of Granny Smith #7A8A85
Tints of Granny Smith #7A8A85
RGB
CMYK
RGB Variations
Color information
#7A8A85 (or 0x7A8A85) is known color: Granny Smith. HEX triplet: 7A, 8A and 85. RGB value is (122,138,133). Sum of RGB (Red+Green+Blue) = 122+138+133=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 138 - color contains mainly: green. Hex color #7A8A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8A85 is #85757A. Grayscale: #848484. Windows color (decimal): -8746363 or 8751738. OLE color: 8751738.
HSL color Cylindrical-coordinate representation of color #7A8A85: hue angle of 161.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A8A85 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 138 | 133 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.46 |
| HSL | 161.25º | 0.06% | 0.51% | - |
| HSV(B) | 161.25º | 0.12% | 0.54% | - |
| XYZ | 21.35 | 24.01 | 25.7 | - |
| YUV | 132.65 | 128.2 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 133 | 0.12 | 0 | 0.04 | 0.46 | 161.25 | 0.06 | 0.51 |
| Hex | 7A | 8A | 85 | C | 0 | 4 | 2E | A1 | 6 | 33 |
| Octal | 172 | 212 | 205 | 14 | 0 | 4 | 56 | 241 | 6 | 63 |
| Binary | 1111010 | 10001010 | 10000101 | 1100 | 0 | 100 | 101110 | 10100001 | 110 | 110011 |
Color Harmonies of #7A8A85
Complementary color
Monochromatic Colors of #7A8A85
Black with #7A8A85
Text Example
Text Example
White with #7A8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8A85; }
p { color: rgb(122,138,133); }
H1.HeaderClassName
{
color: #7A8A85;
}
.AnyTagClassName
{
color: #7A8A85;
}
</style>
background-color css
<style>
a { background-color: #7A8A85; }
a { background-color: rgb(122,138,133); }
div.DivClassName
{
background-color: #7A8A85;
}
.BgClassName
{
background-color: #7A8A85;
}
</style>
border-color css
<style>
span { border-color: #7A8A85; }
span { border-color: rgb(122,138,133); }
td.TdClassName
{
border-color: #7A8A85;
}
.TagClassName
{
border-color: #7A8A85;
}
</style>