Shades of Granny Smith #77948D
Tints of Granny Smith #77948D
RGB
CMYK
RGB Variations
Color information
#77948D (or 0x77948D) is known color: Granny Smith. HEX triplet: 77, 94 and 8D. RGB value is (119,148,141). Sum of RGB (Red+Green+Blue) = 119+148+141=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 148 - color contains mainly: green. Hex color #77948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77948D is #886B72. Grayscale: #8A8A8A. Windows color (decimal): -8940403 or 9278583. OLE color: 9278583.
HSL color Cylindrical-coordinate representation of color #77948D: hue angle of 165.52º 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 #77948D is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 141 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.42 |
| HSL | 165.52º | 0.12% | 0.52% | - |
| HSV(B) | 165.52º | 0.2% | 0.58% | - |
| XYZ | 23.01 | 27.02 | 29.2 | - |
| YUV | 138.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 141 | 0.20 | 0 | 0.05 | 0.42 | 165.52 | 0.12 | 0.52 |
| Hex | 77 | 94 | 8D | 14 | 0 | 5 | 2A | A6 | C | 34 |
| Octal | 167 | 224 | 215 | 24 | 0 | 5 | 52 | 246 | 14 | 64 |
| Binary | 1110111 | 10010100 | 10001101 | 10100 | 0 | 101 | 101010 | 10100110 | 1100 | 110100 |
Color Harmonies of #77948D
Complementary color
Monochromatic Colors of #77948D
Black with #77948D
Text Example
Text Example
White with #77948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77948D; }
p { color: rgb(119,148,141); }
H1.HeaderClassName
{
color: #77948D;
}
.AnyTagClassName
{
color: #77948D;
}
</style>
background-color css
<style>
a { background-color: #77948D; }
a { background-color: rgb(119,148,141); }
div.DivClassName
{
background-color: #77948D;
}
.BgClassName
{
background-color: #77948D;
}
</style>
border-color css
<style>
span { border-color: #77948D; }
span { border-color: rgb(119,148,141); }
td.TdClassName
{
border-color: #77948D;
}
.TagClassName
{
border-color: #77948D;
}
</style>