Shades of Granny Smith #7F8180
Tints of Granny Smith #7F8180
RGB
CMYK
RGB Variations
Color information
#7F8180 (or 0x7F8180) is known color: Granny Smith. HEX triplet: 7F, 81 and 80. RGB value is (127,129,128). Sum of RGB (Red+Green+Blue) = 127+129+128=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 129 - color contains mainly: green. Hex color #7F8180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8180 is #807E7F. Grayscale: #808080. Windows color (decimal): -8420992 or 8421759. OLE color: 8421759.
HSL color Cylindrical-coordinate representation of color #7F8180: hue angle of 150º degrees, saturation: 0.01, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #7F8180 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 129 | 128 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.49 |
| HSL | 150º | 0.01% | 0.5% | - |
| HSV(B) | 150º | 0.02% | 0.51% | - |
| XYZ | 20.5 | 21.77 | 23.54 | - |
| YUV | 128.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 129 | 128 | 0.02 | 0 | 0.01 | 0.49 | 150 | 0.01 | 0.5 |
| Hex | 7F | 81 | 80 | 2 | 0 | 1 | 31 | 96 | 1 | 32 |
| Octal | 177 | 201 | 200 | 2 | 0 | 1 | 61 | 226 | 1 | 62 |
| Binary | 1111111 | 10000001 | 10000000 | 10 | 0 | 1 | 110001 | 10010110 | 1 | 110010 |
Color Harmonies of #7F8180
Complementary color
Monochromatic Colors of #7F8180
Black with #7F8180
Text Example
Text Example
White with #7F8180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8180; }
p { color: rgb(127,129,128); }
H1.HeaderClassName
{
color: #7F8180;
}
.AnyTagClassName
{
color: #7F8180;
}
</style>
background-color css
<style>
a { background-color: #7F8180; }
a { background-color: rgb(127,129,128); }
div.DivClassName
{
background-color: #7F8180;
}
.BgClassName
{
background-color: #7F8180;
}
</style>
border-color css
<style>
span { border-color: #7F8180; }
span { border-color: rgb(127,129,128); }
td.TdClassName
{
border-color: #7F8180;
}
.TagClassName
{
border-color: #7F8180;
}
</style>