Shades of Sage #8D9777
Tints of Sage #8D9777
RGB
CMYK
RGB Variations
Color information
#8D9777 (or 0x8D9777) is known color: Sage. HEX triplet: 8D, 97 and 77. RGB value is (141,151,119). Sum of RGB (Red+Green+Blue) = 141+151+119=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 119 (46.88% from 255 or 28.95% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #8D9777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9777 is #726888. Grayscale: #909090. Windows color (decimal): -7497865 or 7837581. OLE color: 7837581.
HSL color Cylindrical-coordinate representation of color #8D9777: hue angle of 78.75º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D9777 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 151 | 119 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.41 |
| HSL | 78.75º | 0.13% | 0.53% | - |
| HSV(B) | 78.75º | 0.21% | 0.59% | - |
| XYZ | 25.38 | 29.13 | 21.74 | - |
| YUV | 144.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 151 | 119 | 0.07 | 0 | 0.21 | 0.41 | 78.75 | 0.13 | 0.53 |
| Hex | 8D | 97 | 77 | 7 | 0 | 15 | 29 | 4F | D | 35 |
| Octal | 215 | 227 | 167 | 7 | 0 | 25 | 51 | 117 | 15 | 65 |
| Binary | 10001101 | 10010111 | 1110111 | 111 | 0 | 10101 | 101001 | 1001111 | 1101 | 110101 |
Color Harmonies of #8D9777
Complementary color
Monochromatic Colors of #8D9777
Black with #8D9777
Text Example
Text Example
White with #8D9777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9777; }
p { color: rgb(141,151,119); }
H1.HeaderClassName
{
color: #8D9777;
}
.AnyTagClassName
{
color: #8D9777;
}
</style>
background-color css
<style>
a { background-color: #8D9777; }
a { background-color: rgb(141,151,119); }
div.DivClassName
{
background-color: #8D9777;
}
.BgClassName
{
background-color: #8D9777;
}
</style>
border-color css
<style>
span { border-color: #8D9777; }
span { border-color: rgb(141,151,119); }
td.TdClassName
{
border-color: #8D9777;
}
.TagClassName
{
border-color: #8D9777;
}
</style>