Shades of Granny Smith #778982
Tints of Granny Smith #778982
RGB
CMYK
RGB Variations
Color information
#778982 (or 0x778982) is known color: Granny Smith. HEX triplet: 77, 89 and 82. RGB value is (119,137,130). Sum of RGB (Red+Green+Blue) = 119+137+130=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 137 - color contains mainly: green. Hex color #778982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778982 is #88767D. Grayscale: #828282. Windows color (decimal): -8943230 or 8554871. OLE color: 8554871.
HSL color Cylindrical-coordinate representation of color #778982: hue angle of 156.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778982 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 130 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.46 |
| HSL | 156.67º | 0.07% | 0.5% | - |
| HSV(B) | 156.67º | 0.13% | 0.54% | - |
| XYZ | 20.58 | 23.42 | 24.56 | - |
| YUV | 130.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 130 | 0.13 | 0 | 0.05 | 0.46 | 156.67 | 0.07 | 0.5 |
| Hex | 77 | 89 | 82 | D | 0 | 5 | 2E | 9D | 7 | 32 |
| Octal | 167 | 211 | 202 | 15 | 0 | 5 | 56 | 235 | 7 | 62 |
| Binary | 1110111 | 10001001 | 10000010 | 1101 | 0 | 101 | 101110 | 10011101 | 111 | 110010 |
Color Harmonies of #778982
Complementary color
Monochromatic Colors of #778982
Black with #778982
Text Example
Text Example
White with #778982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778982; }
p { color: rgb(119,137,130); }
H1.HeaderClassName
{
color: #778982;
}
.AnyTagClassName
{
color: #778982;
}
</style>
background-color css
<style>
a { background-color: #778982; }
a { background-color: rgb(119,137,130); }
div.DivClassName
{
background-color: #778982;
}
.BgClassName
{
background-color: #778982;
}
</style>
border-color css
<style>
span { border-color: #778982; }
span { border-color: rgb(119,137,130); }
td.TdClassName
{
border-color: #778982;
}
.TagClassName
{
border-color: #778982;
}
</style>