Shades of Granny Smith #7D8985
Tints of Granny Smith #7D8985
RGB
CMYK
RGB Variations
Color information
#7D8985 (or 0x7D8985) is known color: Granny Smith. HEX triplet: 7D, 89 and 85. RGB value is (125,137,133). Sum of RGB (Red+Green+Blue) = 125+137+133=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8985 is #82767A. Grayscale: #848484. Windows color (decimal): -8550011 or 8751485. OLE color: 8751485.
HSL color Cylindrical-coordinate representation of color #7D8985: hue angle of 160º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7D8985 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 125 | 137 | 133 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.46 |
| HSL | 160º | 0.05% | 0.51% | - |
| HSV(B) | 160º | 0.09% | 0.54% | - |
| XYZ | 21.64 | 23.94 | 25.67 | - |
| YUV | 132.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 133 | 0.09 | 0 | 0.03 | 0.46 | 160 | 0.05 | 0.51 |
| Hex | 7D | 89 | 85 | 9 | 0 | 3 | 2E | A0 | 5 | 33 |
| Octal | 175 | 211 | 205 | 11 | 0 | 3 | 56 | 240 | 5 | 63 |
| Binary | 1111101 | 10001001 | 10000101 | 1001 | 0 | 11 | 101110 | 10100000 | 101 | 110011 |
Color Harmonies of #7D8985
Complementary color
Monochromatic Colors of #7D8985
Black with #7D8985
Text Example
Text Example
White with #7D8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8985; }
p { color: rgb(125,137,133); }
H1.HeaderClassName
{
color: #7D8985;
}
.AnyTagClassName
{
color: #7D8985;
}
</style>
background-color css
<style>
a { background-color: #7D8985; }
a { background-color: rgb(125,137,133); }
div.DivClassName
{
background-color: #7D8985;
}
.BgClassName
{
background-color: #7D8985;
}
</style>
border-color css
<style>
span { border-color: #7D8985; }
span { border-color: rgb(125,137,133); }
td.TdClassName
{
border-color: #7D8985;
}
.TagClassName
{
border-color: #7D8985;
}
</style>