Shades of Granny Smith #778D85
Tints of Granny Smith #778D85
RGB
CMYK
RGB Variations
Color information
#778D85 (or 0x778D85) is known color: Granny Smith. HEX triplet: 77, 8D and 85. RGB value is (119,141,133). Sum of RGB (Red+Green+Blue) = 119+141+133=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 141 - color contains mainly: green. Hex color #778D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778D85 is #88727A. Grayscale: #858585. Windows color (decimal): -8942203 or 8752503. OLE color: 8752503.
HSL color Cylindrical-coordinate representation of color #778D85: hue angle of 158.18º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778D85 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 141 | 133 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.45 |
| HSL | 158.18º | 0.09% | 0.51% | - |
| HSV(B) | 158.18º | 0.16% | 0.55% | - |
| XYZ | 21.37 | 24.67 | 25.83 | - |
| YUV | 133.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 133 | 0.16 | 0 | 0.06 | 0.45 | 158.18 | 0.09 | 0.51 |
| Hex | 77 | 8D | 85 | 10 | 0 | 6 | 2D | 9E | 9 | 33 |
| Octal | 167 | 215 | 205 | 20 | 0 | 6 | 55 | 236 | 11 | 63 |
| Binary | 1110111 | 10001101 | 10000101 | 10000 | 0 | 110 | 101101 | 10011110 | 1001 | 110011 |
Color Harmonies of #778D85
Complementary color
Monochromatic Colors of #778D85
Black with #778D85
Text Example
Text Example
White with #778D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D85; }
p { color: rgb(119,141,133); }
H1.HeaderClassName
{
color: #778D85;
}
.AnyTagClassName
{
color: #778D85;
}
</style>
background-color css
<style>
a { background-color: #778D85; }
a { background-color: rgb(119,141,133); }
div.DivClassName
{
background-color: #778D85;
}
.BgClassName
{
background-color: #778D85;
}
</style>
border-color css
<style>
span { border-color: #778D85; }
span { border-color: rgb(119,141,133); }
td.TdClassName
{
border-color: #778D85;
}
.TagClassName
{
border-color: #778D85;
}
</style>