Shades of Granny Smith #7F8582
Tints of Granny Smith #7F8582
RGB
CMYK
RGB Variations
Color information
#7F8582 (or 0x7F8582) is known color: Granny Smith. HEX triplet: 7F, 85 and 82. RGB value is (127,133,130). Sum of RGB (Red+Green+Blue) = 127+133+130=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8582 is #807A7D. Grayscale: #828282. Windows color (decimal): -8419966 or 8553855. OLE color: 8553855.
HSL color Cylindrical-coordinate representation of color #7F8582: hue angle of 150º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7F8582 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 130 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.48 |
| HSL | 150º | 0.02% | 0.51% | - |
| HSV(B) | 150º | 0.05% | 0.52% | - |
| XYZ | 21.17 | 22.9 | 24.42 | - |
| YUV | 130.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 130 | 0.05 | 0 | 0.02 | 0.48 | 150 | 0.02 | 0.51 |
| Hex | 7F | 85 | 82 | 5 | 0 | 2 | 30 | 96 | 2 | 33 |
| Octal | 177 | 205 | 202 | 5 | 0 | 2 | 60 | 226 | 2 | 63 |
| Binary | 1111111 | 10000101 | 10000010 | 101 | 0 | 10 | 110000 | 10010110 | 10 | 110011 |
Color Harmonies of #7F8582
Complementary color
Monochromatic Colors of #7F8582
Black with #7F8582
Text Example
Text Example
White with #7F8582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8582; }
p { color: rgb(127,133,130); }
H1.HeaderClassName
{
color: #7F8582;
}
.AnyTagClassName
{
color: #7F8582;
}
</style>
background-color css
<style>
a { background-color: #7F8582; }
a { background-color: rgb(127,133,130); }
div.DivClassName
{
background-color: #7F8582;
}
.BgClassName
{
background-color: #7F8582;
}
</style>
border-color css
<style>
span { border-color: #7F8582; }
span { border-color: rgb(127,133,130); }
td.TdClassName
{
border-color: #7F8582;
}
.TagClassName
{
border-color: #7F8582;
}
</style>