Shades of Granny Smith #779785
Tints of Granny Smith #779785
RGB
CMYK
RGB Variations
Color information
#779785 (or 0x779785) is known color: Granny Smith. HEX triplet: 77, 97 and 85. RGB value is (119,151,133). Sum of RGB (Red+Green+Blue) = 119+151+133=403 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.53% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 151 - color contains mainly: green. Hex color #779785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779785 is #88687A. Grayscale: #8B8B8B. Windows color (decimal): -8939643 or 8755063. OLE color: 8755063.
HSL color Cylindrical-coordinate representation of color #779785: hue angle of 146.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #779785 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 151 | 133 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.41 |
| HSL | 146.25º | 0.13% | 0.53% | - |
| HSV(B) | 146.25º | 0.21% | 0.59% | - |
| XYZ | 22.91 | 27.75 | 26.34 | - |
| YUV | 139.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 151 | 133 | 0.21 | 0 | 0.12 | 0.41 | 146.25 | 0.13 | 0.53 |
| Hex | 77 | 97 | 85 | 15 | 0 | C | 29 | 92 | D | 35 |
| Octal | 167 | 227 | 205 | 25 | 0 | 14 | 51 | 222 | 15 | 65 |
| Binary | 1110111 | 10010111 | 10000101 | 10101 | 0 | 1100 | 101001 | 10010010 | 1101 | 110101 |
Color Harmonies of #779785
Complementary color
Monochromatic Colors of #779785
Black with #779785
Text Example
Text Example
White with #779785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779785; }
p { color: rgb(119,151,133); }
H1.HeaderClassName
{
color: #779785;
}
.AnyTagClassName
{
color: #779785;
}
</style>
background-color css
<style>
a { background-color: #779785; }
a { background-color: rgb(119,151,133); }
div.DivClassName
{
background-color: #779785;
}
.BgClassName
{
background-color: #779785;
}
</style>
border-color css
<style>
span { border-color: #779785; }
span { border-color: rgb(119,151,133); }
td.TdClassName
{
border-color: #779785;
}
.TagClassName
{
border-color: #779785;
}
</style>