Shades of Granny Smith #778F85
Tints of Granny Smith #778F85
RGB
CMYK
RGB Variations
Color information
#778F85 (or 0x778F85) is known color: Granny Smith. HEX triplet: 77, 8F and 85. RGB value is (119,143,133). Sum of RGB (Red+Green+Blue) = 119+143+133=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 143 - color contains mainly: green. Hex color #778F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778F85 is #88707A. Grayscale: #868686. Windows color (decimal): -8941691 or 8753015. OLE color: 8753015.
HSL color Cylindrical-coordinate representation of color #778F85: hue angle of 155º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #778F85 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 133 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.44 |
| HSL | 155º | 0.1% | 0.51% | - |
| HSV(B) | 155º | 0.17% | 0.56% | - |
| XYZ | 21.66 | 25.26 | 25.92 | - |
| YUV | 134.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 133 | 0.17 | 0 | 0.07 | 0.44 | 155 | 0.1 | 0.51 |
| Hex | 77 | 8F | 85 | 11 | 0 | 7 | 2C | 9B | A | 33 |
| Octal | 167 | 217 | 205 | 21 | 0 | 7 | 54 | 233 | 12 | 63 |
| Binary | 1110111 | 10001111 | 10000101 | 10001 | 0 | 111 | 101100 | 10011011 | 1010 | 110011 |
Color Harmonies of #778F85
Complementary color
Monochromatic Colors of #778F85
Black with #778F85
Text Example
Text Example
White with #778F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F85; }
p { color: rgb(119,143,133); }
H1.HeaderClassName
{
color: #778F85;
}
.AnyTagClassName
{
color: #778F85;
}
</style>
background-color css
<style>
a { background-color: #778F85; }
a { background-color: rgb(119,143,133); }
div.DivClassName
{
background-color: #778F85;
}
.BgClassName
{
background-color: #778F85;
}
</style>
border-color css
<style>
span { border-color: #778F85; }
span { border-color: rgb(119,143,133); }
td.TdClassName
{
border-color: #778F85;
}
.TagClassName
{
border-color: #778F85;
}
</style>