Shades of Granny Smith #78847E
Tints of Granny Smith #78847E
RGB
CMYK
RGB Variations
Color information
#78847E (or 0x78847E) is known color: Granny Smith. HEX triplet: 78, 84 and 7E. RGB value is (120,132,126). Sum of RGB (Red+Green+Blue) = 120+132+126=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 132 - color contains mainly: green. Hex color #78847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78847E is #877B81. Grayscale: #7F7F7F. Windows color (decimal): -8878978 or 8291448. OLE color: 8291448.
HSL color Cylindrical-coordinate representation of color #78847E: hue angle of 150º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #78847E is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 132 | 126 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.48 |
| HSL | 150º | 0.05% | 0.49% | - |
| HSV(B) | 150º | 0.09% | 0.52% | - |
| XYZ | 19.76 | 22 | 22.94 | - |
| YUV | 127.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 126 | 0.09 | 0 | 0.05 | 0.48 | 150 | 0.05 | 0.49 |
| Hex | 78 | 84 | 7E | 9 | 0 | 5 | 30 | 96 | 5 | 31 |
| Octal | 170 | 204 | 176 | 11 | 0 | 5 | 60 | 226 | 5 | 61 |
| Binary | 1111000 | 10000100 | 1111110 | 1001 | 0 | 101 | 110000 | 10010110 | 101 | 110001 |
Color Harmonies of #78847E
Complementary color
Monochromatic Colors of #78847E
Black with #78847E
Text Example
Text Example
White with #78847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78847E; }
p { color: rgb(120,132,126); }
H1.HeaderClassName
{
color: #78847E;
}
.AnyTagClassName
{
color: #78847E;
}
</style>
background-color css
<style>
a { background-color: #78847E; }
a { background-color: rgb(120,132,126); }
div.DivClassName
{
background-color: #78847E;
}
.BgClassName
{
background-color: #78847E;
}
</style>
border-color css
<style>
span { border-color: #78847E; }
span { border-color: rgb(120,132,126); }
td.TdClassName
{
border-color: #78847E;
}
.TagClassName
{
border-color: #78847E;
}
</style>