Shades of Amulet #8C9785
Tints of Amulet #8C9785
RGB
CMYK
RGB Variations
Color information
#8C9785 (or 0x8C9785) is known color: Amulet. HEX triplet: 8C, 97 and 85. RGB value is (140,151,133). Sum of RGB (Red+Green+Blue) = 140+151+133=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9785 is #73687A. Grayscale: #919191. Windows color (decimal): -7563387 or 8755084. OLE color: 8755084.
HSL color Cylindrical-coordinate representation of color #8C9785: hue angle of 96.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C9785 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 151 | 133 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.41 |
| HSL | 96.67º | 0.08% | 0.56% | - |
| HSV(B) | 96.67º | 0.12% | 0.59% | - |
| XYZ | 26.12 | 29.4 | 26.49 | - |
| YUV | 145.66 | 120.86 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 151 | 133 | 0.07 | 0 | 0.12 | 0.41 | 96.67 | 0.08 | 0.56 |
| Hex | 8C | 97 | 85 | 7 | 0 | C | 29 | 61 | 8 | 38 |
| Octal | 214 | 227 | 205 | 7 | 0 | 14 | 51 | 141 | 10 | 70 |
| Binary | 10001100 | 10010111 | 10000101 | 111 | 0 | 1100 | 101001 | 1100001 | 1000 | 111000 |
Color Harmonies of #8C9785
Complementary color
Monochromatic Colors of #8C9785
Black with #8C9785
Text Example
Text Example
White with #8C9785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9785; }
p { color: rgb(140,151,133); }
H1.HeaderClassName
{
color: #8C9785;
}
.AnyTagClassName
{
color: #8C9785;
}
</style>
background-color css
<style>
a { background-color: #8C9785; }
a { background-color: rgb(140,151,133); }
div.DivClassName
{
background-color: #8C9785;
}
.BgClassName
{
background-color: #8C9785;
}
</style>
border-color css
<style>
span { border-color: #8C9785; }
span { border-color: rgb(140,151,133); }
td.TdClassName
{
border-color: #8C9785;
}
.TagClassName
{
border-color: #8C9785;
}
</style>