Shades of Granny Smith #7F8883
Tints of Granny Smith #7F8883
RGB
CMYK
RGB Variations
Color information
#7F8883 (or 0x7F8883) is known color: Granny Smith. HEX triplet: 7F, 88 and 83. RGB value is (127,136,131). Sum of RGB (Red+Green+Blue) = 127+136+131=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 136 - color contains mainly: green. Hex color #7F8883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8883 is #80777C. Grayscale: #848484. Windows color (decimal): -8419197 or 8620159. OLE color: 8620159.
HSL color Cylindrical-coordinate representation of color #7F8883: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F8883 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 131 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.47 |
| HSL | 146.67º | 0.04% | 0.52% | - |
| HSV(B) | 146.67º | 0.07% | 0.53% | - |
| XYZ | 21.65 | 23.76 | 24.92 | - |
| YUV | 132.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 131 | 0.07 | 0 | 0.04 | 0.47 | 146.67 | 0.04 | 0.52 |
| Hex | 7F | 88 | 83 | 7 | 0 | 4 | 2F | 93 | 4 | 34 |
| Octal | 177 | 210 | 203 | 7 | 0 | 4 | 57 | 223 | 4 | 64 |
| Binary | 1111111 | 10001000 | 10000011 | 111 | 0 | 100 | 101111 | 10010011 | 100 | 110100 |
Color Harmonies of #7F8883
Complementary color
Monochromatic Colors of #7F8883
Black with #7F8883
Text Example
Text Example
White with #7F8883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8883; }
p { color: rgb(127,136,131); }
H1.HeaderClassName
{
color: #7F8883;
}
.AnyTagClassName
{
color: #7F8883;
}
</style>
background-color css
<style>
a { background-color: #7F8883; }
a { background-color: rgb(127,136,131); }
div.DivClassName
{
background-color: #7F8883;
}
.BgClassName
{
background-color: #7F8883;
}
</style>
border-color css
<style>
span { border-color: #7F8883; }
span { border-color: rgb(127,136,131); }
td.TdClassName
{
border-color: #7F8883;
}
.TagClassName
{
border-color: #7F8883;
}
</style>