Shades of Granny Smith #78837F
Tints of Granny Smith #78837F
RGB
CMYK
RGB Variations
Color information
#78837F (or 0x78837F) is known color: Granny Smith. HEX triplet: 78, 83 and 7F. RGB value is (120,131,127). Sum of RGB (Red+Green+Blue) = 120+131+127=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 131 - color contains mainly: green. Hex color #78837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78837F is #877C80. Grayscale: #7F7F7F. Windows color (decimal): -8879233 or 8356728. OLE color: 8356728.
HSL color Cylindrical-coordinate representation of color #78837F: hue angle of 158.18º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #78837F is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 131 | 127 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.49 |
| HSL | 158.18º | 0.04% | 0.49% | - |
| HSV(B) | 158.18º | 0.08% | 0.51% | - |
| XYZ | 19.69 | 21.76 | 23.24 | - |
| YUV | 127.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 127 | 0.08 | 0 | 0.03 | 0.49 | 158.18 | 0.04 | 0.49 |
| Hex | 78 | 83 | 7F | 8 | 0 | 3 | 31 | 9E | 4 | 31 |
| Octal | 170 | 203 | 177 | 10 | 0 | 3 | 61 | 236 | 4 | 61 |
| Binary | 1111000 | 10000011 | 1111111 | 1000 | 0 | 11 | 110001 | 10011110 | 100 | 110001 |
Color Harmonies of #78837F
Complementary color
Monochromatic Colors of #78837F
Black with #78837F
Text Example
Text Example
White with #78837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78837F; }
p { color: rgb(120,131,127); }
H1.HeaderClassName
{
color: #78837F;
}
.AnyTagClassName
{
color: #78837F;
}
</style>
background-color css
<style>
a { background-color: #78837F; }
a { background-color: rgb(120,131,127); }
div.DivClassName
{
background-color: #78837F;
}
.BgClassName
{
background-color: #78837F;
}
</style>
border-color css
<style>
span { border-color: #78837F; }
span { border-color: rgb(120,131,127); }
td.TdClassName
{
border-color: #78837F;
}
.TagClassName
{
border-color: #78837F;
}
</style>