Shades of Granny Smith #77857E
Tints of Granny Smith #77857E
RGB
CMYK
RGB Variations
Color information
#77857E (or 0x77857E) is known color: Granny Smith. HEX triplet: 77, 85 and 7E. RGB value is (119,133,126). Sum of RGB (Red+Green+Blue) = 119+133+126=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 133 - color contains mainly: green. Hex color #77857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77857E is #887A81. Grayscale: #808080. Windows color (decimal): -8944258 or 8291703. OLE color: 8291703.
HSL color Cylindrical-coordinate representation of color #77857E: hue angle of 150º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #77857E is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 133 | 126 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.48 |
| HSL | 150º | 0.06% | 0.49% | - |
| HSV(B) | 150º | 0.11% | 0.52% | - |
| XYZ | 19.76 | 22.2 | 22.98 | - |
| YUV | 128.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 126 | 0.11 | 0 | 0.05 | 0.48 | 150 | 0.06 | 0.49 |
| Hex | 77 | 85 | 7E | B | 0 | 5 | 30 | 96 | 6 | 31 |
| Octal | 167 | 205 | 176 | 13 | 0 | 5 | 60 | 226 | 6 | 61 |
| Binary | 1110111 | 10000101 | 1111110 | 1011 | 0 | 101 | 110000 | 10010110 | 110 | 110001 |
Color Harmonies of #77857E
Complementary color
Monochromatic Colors of #77857E
Black with #77857E
Text Example
Text Example
White with #77857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77857E; }
p { color: rgb(119,133,126); }
H1.HeaderClassName
{
color: #77857E;
}
.AnyTagClassName
{
color: #77857E;
}
</style>
background-color css
<style>
a { background-color: #77857E; }
a { background-color: rgb(119,133,126); }
div.DivClassName
{
background-color: #77857E;
}
.BgClassName
{
background-color: #77857E;
}
</style>
border-color css
<style>
span { border-color: #77857E; }
span { border-color: rgb(119,133,126); }
td.TdClassName
{
border-color: #77857E;
}
.TagClassName
{
border-color: #77857E;
}
</style>