Shades of Granny Smith #788C82
Tints of Granny Smith #788C82
RGB
CMYK
RGB Variations
Color information
#788C82 (or 0x788C82) is known color: Granny Smith. HEX triplet: 78, 8C and 82. RGB value is (120,140,130). Sum of RGB (Red+Green+Blue) = 120+140+130=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 140 - color contains mainly: green. Hex color #788C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788C82 is #87737D. Grayscale: #848484. Windows color (decimal): -8876926 or 8555640. OLE color: 8555640.
HSL color Cylindrical-coordinate representation of color #788C82: hue angle of 150º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788C82 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 140 | 130 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.45 |
| HSL | 150º | 0.08% | 0.51% | - |
| HSV(B) | 150º | 0.14% | 0.55% | - |
| XYZ | 21.15 | 24.36 | 24.71 | - |
| YUV | 132.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 130 | 0.14 | 0 | 0.07 | 0.45 | 150 | 0.08 | 0.51 |
| Hex | 78 | 8C | 82 | E | 0 | 7 | 2D | 96 | 8 | 33 |
| Octal | 170 | 214 | 202 | 16 | 0 | 7 | 55 | 226 | 10 | 63 |
| Binary | 1111000 | 10001100 | 10000010 | 1110 | 0 | 111 | 101101 | 10010110 | 1000 | 110011 |
Color Harmonies of #788C82
Complementary color
Monochromatic Colors of #788C82
Black with #788C82
Text Example
Text Example
White with #788C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C82; }
p { color: rgb(120,140,130); }
H1.HeaderClassName
{
color: #788C82;
}
.AnyTagClassName
{
color: #788C82;
}
</style>
background-color css
<style>
a { background-color: #788C82; }
a { background-color: rgb(120,140,130); }
div.DivClassName
{
background-color: #788C82;
}
.BgClassName
{
background-color: #788C82;
}
</style>
border-color css
<style>
span { border-color: #788C82; }
span { border-color: rgb(120,140,130); }
td.TdClassName
{
border-color: #788C82;
}
.TagClassName
{
border-color: #788C82;
}
</style>