Shades of Granny Smith #78847F
Tints of Granny Smith #78847F
RGB
CMYK
RGB Variations
Color information
#78847F (or 0x78847F) is known color: Granny Smith. HEX triplet: 78, 84 and 7F. RGB value is (120,132,127). Sum of RGB (Red+Green+Blue) = 120+132+127=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 132 - color contains mainly: green. Hex color #78847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78847F is #877B80. Grayscale: #7F7F7F. Windows color (decimal): -8878977 or 8356984. OLE color: 8356984.
HSL color Cylindrical-coordinate representation of color #78847F: hue angle of 155º 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 #78847F is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 132 | 127 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.48 |
| HSL | 155º | 0.05% | 0.49% | - |
| HSV(B) | 155º | 0.09% | 0.52% | - |
| XYZ | 19.83 | 22.03 | 23.29 | - |
| YUV | 127.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 127 | 0.09 | 0 | 0.04 | 0.48 | 155 | 0.05 | 0.49 |
| Hex | 78 | 84 | 7F | 9 | 0 | 4 | 30 | 9B | 5 | 31 |
| Octal | 170 | 204 | 177 | 11 | 0 | 4 | 60 | 233 | 5 | 61 |
| Binary | 1111000 | 10000100 | 1111111 | 1001 | 0 | 100 | 110000 | 10011011 | 101 | 110001 |
Color Harmonies of #78847F
Complementary color
Monochromatic Colors of #78847F
Black with #78847F
Text Example
Text Example
White with #78847F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78847F; }
p { color: rgb(120,132,127); }
H1.HeaderClassName
{
color: #78847F;
}
.AnyTagClassName
{
color: #78847F;
}
</style>
background-color css
<style>
a { background-color: #78847F; }
a { background-color: rgb(120,132,127); }
div.DivClassName
{
background-color: #78847F;
}
.BgClassName
{
background-color: #78847F;
}
</style>
border-color css
<style>
span { border-color: #78847F; }
span { border-color: rgb(120,132,127); }
td.TdClassName
{
border-color: #78847F;
}
.TagClassName
{
border-color: #78847F;
}
</style>