Shades of Shadow #8F7851
Tints of Shadow #8F7851
RGB
CMYK
RGB Variations
Color information
#8F7851 (or 0x8F7851) is known color: Shadow. HEX triplet: 8F, 78 and 51. RGB value is (143,120,81). Sum of RGB (Red+Green+Blue) = 143+120+81=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7851 is #7087AE. Grayscale: #7A7A7A. Windows color (decimal): -7374767 or 5339279. OLE color: 5339279.
HSL color Cylindrical-coordinate representation of color #8F7851: hue angle of 37.74º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F7851 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 120 | 81 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.44 |
| HSL | 37.74º | 0.28% | 0.44% | - |
| HSV(B) | 37.74º | 0.43% | 0.56% | - |
| XYZ | 19.53 | 19.87 | 10.59 | - |
| YUV | 122.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 120 | 81 | 0 | 0.16 | 0.43 | 0.44 | 37.74 | 0.28 | 0.44 |
| Hex | 8F | 78 | 51 | 0 | 10 | 2B | 2C | 26 | 1C | 2C |
| Octal | 217 | 170 | 121 | 0 | 20 | 53 | 54 | 46 | 34 | 54 |
| Binary | 10001111 | 1111000 | 1010001 | 0 | 10000 | 101011 | 101100 | 100110 | 11100 | 101100 |
Color Harmonies of #8F7851
Complementary color
Monochromatic Colors of #8F7851
Black with #8F7851
Text Example
Text Example
White with #8F7851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7851; }
p { color: rgb(143,120,81); }
H1.HeaderClassName
{
color: #8F7851;
}
.AnyTagClassName
{
color: #8F7851;
}
</style>
background-color css
<style>
a { background-color: #8F7851; }
a { background-color: rgb(143,120,81); }
div.DivClassName
{
background-color: #8F7851;
}
.BgClassName
{
background-color: #8F7851;
}
</style>
border-color css
<style>
span { border-color: #8F7851; }
span { border-color: rgb(143,120,81); }
td.TdClassName
{
border-color: #8F7851;
}
.TagClassName
{
border-color: #8F7851;
}
</style>