Shades of Granny Smith #77948A
Tints of Granny Smith #77948A
RGB
CMYK
RGB Variations
Color information
#77948A (or 0x77948A) is known color: Granny Smith. HEX triplet: 77, 94 and 8A. RGB value is (119,148,138). Sum of RGB (Red+Green+Blue) = 119+148+138=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 148 (58.20% from 255 or 36.54% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 148 - color contains mainly: green. Hex color #77948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77948A is #886B75. Grayscale: #8A8A8A. Windows color (decimal): -8940406 or 9081975. OLE color: 9081975.
HSL color Cylindrical-coordinate representation of color #77948A: hue angle of 159.31º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77948A is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 138 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.42 |
| HSL | 159.31º | 0.12% | 0.52% | - |
| HSV(B) | 159.31º | 0.2% | 0.58% | - |
| XYZ | 22.79 | 26.94 | 28.04 | - |
| YUV | 138.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 138 | 0.20 | 0 | 0.07 | 0.42 | 159.31 | 0.12 | 0.52 |
| Hex | 77 | 94 | 8A | 14 | 0 | 7 | 2A | 9F | C | 34 |
| Octal | 167 | 224 | 212 | 24 | 0 | 7 | 52 | 237 | 14 | 64 |
| Binary | 1110111 | 10010100 | 10001010 | 10100 | 0 | 111 | 101010 | 10011111 | 1100 | 110100 |
Color Harmonies of #77948A
Complementary color
Monochromatic Colors of #77948A
Black with #77948A
Text Example
Text Example
White with #77948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77948A; }
p { color: rgb(119,148,138); }
H1.HeaderClassName
{
color: #77948A;
}
.AnyTagClassName
{
color: #77948A;
}
</style>
background-color css
<style>
a { background-color: #77948A; }
a { background-color: rgb(119,148,138); }
div.DivClassName
{
background-color: #77948A;
}
.BgClassName
{
background-color: #77948A;
}
</style>
border-color css
<style>
span { border-color: #77948A; }
span { border-color: rgb(119,148,138); }
td.TdClassName
{
border-color: #77948A;
}
.TagClassName
{
border-color: #77948A;
}
</style>