Shades of Granny Smith #77847E
Tints of Granny Smith #77847E
RGB
CMYK
RGB Variations
Color information
#77847E (or 0x77847E) is known color: Granny Smith. HEX triplet: 77, 84 and 7E. RGB value is (119,132,126). Sum of RGB (Red+Green+Blue) = 119+132+126=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 132 - color contains mainly: green. Hex color #77847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77847E is #887B81. Grayscale: #7F7F7F. Windows color (decimal): -8944514 or 8291447. OLE color: 8291447.
HSL color Cylindrical-coordinate representation of color #77847E: hue angle of 152.31º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #77847E is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 126 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.48 |
| HSL | 152.31º | 0.05% | 0.49% | - |
| HSV(B) | 152.31º | 0.1% | 0.52% | - |
| XYZ | 19.62 | 21.93 | 22.94 | - |
| YUV | 127.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 126 | 0.10 | 0 | 0.05 | 0.48 | 152.31 | 0.05 | 0.49 |
| Hex | 77 | 84 | 7E | A | 0 | 5 | 30 | 98 | 5 | 31 |
| Octal | 167 | 204 | 176 | 12 | 0 | 5 | 60 | 230 | 5 | 61 |
| Binary | 1110111 | 10000100 | 1111110 | 1010 | 0 | 101 | 110000 | 10011000 | 101 | 110001 |
Color Harmonies of #77847E
Complementary color
Monochromatic Colors of #77847E
Black with #77847E
Text Example
Text Example
White with #77847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77847E; }
p { color: rgb(119,132,126); }
H1.HeaderClassName
{
color: #77847E;
}
.AnyTagClassName
{
color: #77847E;
}
</style>
background-color css
<style>
a { background-color: #77847E; }
a { background-color: rgb(119,132,126); }
div.DivClassName
{
background-color: #77847E;
}
.BgClassName
{
background-color: #77847E;
}
</style>
border-color css
<style>
span { border-color: #77847E; }
span { border-color: rgb(119,132,126); }
td.TdClassName
{
border-color: #77847E;
}
.TagClassName
{
border-color: #77847E;
}
</style>