Shades of Sage #8A907C
Tints of Sage #8A907C
RGB
CMYK
RGB Variations
Color information
#8A907C (or 0x8A907C) is known color: Sage. HEX triplet: 8A, 90 and 7C. RGB value is (138,144,124). Sum of RGB (Red+Green+Blue) = 138+144+124=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 144 - color contains mainly: green. Hex color #8A907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A907C is #756F83. Grayscale: #8C8C8C. Windows color (decimal): -7696260 or 8163466. OLE color: 8163466.
HSL color Cylindrical-coordinate representation of color #8A907C: hue angle of 78º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A907C is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 124 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.44 |
| HSL | 78º | 0.08% | 0.53% | - |
| HSV(B) | 78º | 0.14% | 0.56% | - |
| XYZ | 24.09 | 26.81 | 22.97 | - |
| YUV | 139.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 124 | 0.04 | 0 | 0.14 | 0.44 | 78 | 0.08 | 0.53 |
| Hex | 8A | 90 | 7C | 4 | 0 | E | 2C | 4E | 8 | 35 |
| Octal | 212 | 220 | 174 | 4 | 0 | 16 | 54 | 116 | 10 | 65 |
| Binary | 10001010 | 10010000 | 1111100 | 100 | 0 | 1110 | 101100 | 1001110 | 1000 | 110101 |
Color Harmonies of #8A907C
Complementary color
Monochromatic Colors of #8A907C
Black with #8A907C
Text Example
Text Example
White with #8A907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A907C; }
p { color: rgb(138,144,124); }
H1.HeaderClassName
{
color: #8A907C;
}
.AnyTagClassName
{
color: #8A907C;
}
</style>
background-color css
<style>
a { background-color: #8A907C; }
a { background-color: rgb(138,144,124); }
div.DivClassName
{
background-color: #8A907C;
}
.BgClassName
{
background-color: #8A907C;
}
</style>
border-color css
<style>
span { border-color: #8A907C; }
span { border-color: rgb(138,144,124); }
td.TdClassName
{
border-color: #8A907C;
}
.TagClassName
{
border-color: #8A907C;
}
</style>