Shades of Granny Smith #788580
Tints of Granny Smith #788580
RGB
CMYK
RGB Variations
Color information
#788580 (or 0x788580) is known color: Granny Smith. HEX triplet: 78, 85 and 80. RGB value is (120,133,128). Sum of RGB (Red+Green+Blue) = 120+133+128=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 133 - color contains mainly: green. Hex color #788580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788580 is #877A7F. Grayscale: #808080. Windows color (decimal): -8878720 or 8422776. OLE color: 8422776.
HSL color Cylindrical-coordinate representation of color #788580: hue angle of 156.92º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #788580 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 133 | 128 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.48 |
| HSL | 156.92º | 0.05% | 0.5% | - |
| HSV(B) | 156.92º | 0.1% | 0.52% | - |
| XYZ | 20.03 | 22.33 | 23.68 | - |
| YUV | 128.54 | 127.69 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 133 | 128 | 0.10 | 0 | 0.04 | 0.48 | 156.92 | 0.05 | 0.5 |
| Hex | 78 | 85 | 80 | A | 0 | 4 | 30 | 9D | 5 | 32 |
| Octal | 170 | 205 | 200 | 12 | 0 | 4 | 60 | 235 | 5 | 62 |
| Binary | 1111000 | 10000101 | 10000000 | 1010 | 0 | 100 | 110000 | 10011101 | 101 | 110010 |
Color Harmonies of #788580
Complementary color
Monochromatic Colors of #788580
Black with #788580
Text Example
Text Example
White with #788580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788580; }
p { color: rgb(120,133,128); }
H1.HeaderClassName
{
color: #788580;
}
.AnyTagClassName
{
color: #788580;
}
</style>
background-color css
<style>
a { background-color: #788580; }
a { background-color: rgb(120,133,128); }
div.DivClassName
{
background-color: #788580;
}
.BgClassName
{
background-color: #788580;
}
</style>
border-color css
<style>
span { border-color: #788580; }
span { border-color: rgb(120,133,128); }
td.TdClassName
{
border-color: #788580;
}
.TagClassName
{
border-color: #788580;
}
</style>