Shades of Granny Smith #7F8986
Tints of Granny Smith #7F8986
RGB
CMYK
RGB Variations
Color information
#7F8986 (or 0x7F8986) is known color: Granny Smith. HEX triplet: 7F, 89 and 86. RGB value is (127,137,134). Sum of RGB (Red+Green+Blue) = 127+137+134=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 137 - color contains mainly: green. Hex color #7F8986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8986 is #807679. Grayscale: #858585. Windows color (decimal): -8418938 or 8817023. OLE color: 8817023.
HSL color Cylindrical-coordinate representation of color #7F8986: hue angle of 162º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F8986 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 137 | 134 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.46 |
| HSL | 162º | 0.04% | 0.52% | - |
| HSV(B) | 162º | 0.07% | 0.54% | - |
| XYZ | 22 | 24.12 | 26.05 | - |
| YUV | 133.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 137 | 134 | 0.07 | 0 | 0.02 | 0.46 | 162 | 0.04 | 0.52 |
| Hex | 7F | 89 | 86 | 7 | 0 | 2 | 2E | A2 | 4 | 34 |
| Octal | 177 | 211 | 206 | 7 | 0 | 2 | 56 | 242 | 4 | 64 |
| Binary | 1111111 | 10001001 | 10000110 | 111 | 0 | 10 | 101110 | 10100010 | 100 | 110100 |
Color Harmonies of #7F8986
Complementary color
Monochromatic Colors of #7F8986
Black with #7F8986
Text Example
Text Example
White with #7F8986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8986; }
p { color: rgb(127,137,134); }
H1.HeaderClassName
{
color: #7F8986;
}
.AnyTagClassName
{
color: #7F8986;
}
</style>
background-color css
<style>
a { background-color: #7F8986; }
a { background-color: rgb(127,137,134); }
div.DivClassName
{
background-color: #7F8986;
}
.BgClassName
{
background-color: #7F8986;
}
</style>
border-color css
<style>
span { border-color: #7F8986; }
span { border-color: rgb(127,137,134); }
td.TdClassName
{
border-color: #7F8986;
}
.TagClassName
{
border-color: #7F8986;
}
</style>