Shades of Granny Smith #778A82
Tints of Granny Smith #778A82
RGB
CMYK
RGB Variations
Color information
#778A82 (or 0x778A82) is known color: Granny Smith. HEX triplet: 77, 8A and 82. RGB value is (119,138,130). Sum of RGB (Red+Green+Blue) = 119+138+130=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 138 - color contains mainly: green. Hex color #778A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778A82 is #88757D. Grayscale: #838383. Windows color (decimal): -8942974 or 8555127. OLE color: 8555127.
HSL color Cylindrical-coordinate representation of color #778A82: hue angle of 154.74º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #778A82 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 130 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.46 |
| HSL | 154.74º | 0.08% | 0.5% | - |
| HSV(B) | 154.74º | 0.14% | 0.54% | - |
| XYZ | 20.73 | 23.71 | 24.6 | - |
| YUV | 131.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 130 | 0.14 | 0 | 0.06 | 0.46 | 154.74 | 0.08 | 0.5 |
| Hex | 77 | 8A | 82 | E | 0 | 6 | 2E | 9B | 8 | 32 |
| Octal | 167 | 212 | 202 | 16 | 0 | 6 | 56 | 233 | 10 | 62 |
| Binary | 1110111 | 10001010 | 10000010 | 1110 | 0 | 110 | 101110 | 10011011 | 1000 | 110010 |
Color Harmonies of #778A82
Complementary color
Monochromatic Colors of #778A82
Black with #778A82
Text Example
Text Example
White with #778A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A82; }
p { color: rgb(119,138,130); }
H1.HeaderClassName
{
color: #778A82;
}
.AnyTagClassName
{
color: #778A82;
}
</style>
background-color css
<style>
a { background-color: #778A82; }
a { background-color: rgb(119,138,130); }
div.DivClassName
{
background-color: #778A82;
}
.BgClassName
{
background-color: #778A82;
}
</style>
border-color css
<style>
span { border-color: #778A82; }
span { border-color: rgb(119,138,130); }
td.TdClassName
{
border-color: #778A82;
}
.TagClassName
{
border-color: #778A82;
}
</style>