Shades of Granny Smith #7A998D
Tints of Granny Smith #7A998D
RGB
CMYK
RGB Variations
Color information
#7A998D (or 0x7A998D) is known color: Granny Smith. HEX triplet: 7A, 99 and 8D. RGB value is (122,153,141). Sum of RGB (Red+Green+Blue) = 122+153+141=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #7A998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A998D is #856672. Grayscale: #8E8E8E. Windows color (decimal): -8742515 or 9279866. OLE color: 9279866.
HSL color Cylindrical-coordinate representation of color #7A998D: hue angle of 156.77º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A998D is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 122 | 153 | 141 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.4 |
| HSL | 156.77º | 0.13% | 0.54% | - |
| HSV(B) | 156.77º | 0.2% | 0.6% | - |
| XYZ | 24.22 | 28.84 | 29.49 | - |
| YUV | 142.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 153 | 141 | 0.20 | 0 | 0.08 | 0.4 | 156.77 | 0.13 | 0.54 |
| Hex | 7A | 99 | 8D | 14 | 0 | 8 | 28 | 9D | D | 36 |
| Octal | 172 | 231 | 215 | 24 | 0 | 10 | 50 | 235 | 15 | 66 |
| Binary | 1111010 | 10011001 | 10001101 | 10100 | 0 | 1000 | 101000 | 10011101 | 1101 | 110110 |
Color Harmonies of #7A998D
Complementary color
Monochromatic Colors of #7A998D
Black with #7A998D
Text Example
Text Example
White with #7A998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A998D; }
p { color: rgb(122,153,141); }
H1.HeaderClassName
{
color: #7A998D;
}
.AnyTagClassName
{
color: #7A998D;
}
</style>
background-color css
<style>
a { background-color: #7A998D; }
a { background-color: rgb(122,153,141); }
div.DivClassName
{
background-color: #7A998D;
}
.BgClassName
{
background-color: #7A998D;
}
</style>
border-color css
<style>
span { border-color: #7A998D; }
span { border-color: rgb(122,153,141); }
td.TdClassName
{
border-color: #7A998D;
}
.TagClassName
{
border-color: #7A998D;
}
</style>