Shades of Beaver #8F7266
Tints of Beaver #8F7266
RGB
CMYK
RGB Variations
Color information
#8F7266 (or 0x8F7266) is known color: Beaver. HEX triplet: 8F, 72 and 66. RGB value is (143,114,102). Sum of RGB (Red+Green+Blue) = 143+114+102=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7266 is #708D99. Grayscale: #797979. Windows color (decimal): -7376282 or 6713999. OLE color: 6713999.
HSL color Cylindrical-coordinate representation of color #8F7266: hue angle of 17.56º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F7266 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 114 | 102 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.44 |
| HSL | 17.56º | 0.17% | 0.48% | - |
| HSV(B) | 17.56º | 0.29% | 0.56% | - |
| XYZ | 19.74 | 18.83 | 15.17 | - |
| YUV | 121.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 102 | 0 | 0.20 | 0.29 | 0.44 | 17.56 | 0.17 | 0.48 |
| Hex | 8F | 72 | 66 | 0 | 14 | 1D | 2C | 12 | 11 | 30 |
| Octal | 217 | 162 | 146 | 0 | 24 | 35 | 54 | 22 | 21 | 60 |
| Binary | 10001111 | 1110010 | 1100110 | 0 | 10100 | 11101 | 101100 | 10010 | 10001 | 110000 |
Color Harmonies of #8F7266
Complementary color
Monochromatic Colors of #8F7266
Black with #8F7266
Text Example
Text Example
White with #8F7266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7266; }
p { color: rgb(143,114,102); }
H1.HeaderClassName
{
color: #8F7266;
}
.AnyTagClassName
{
color: #8F7266;
}
</style>
background-color css
<style>
a { background-color: #8F7266; }
a { background-color: rgb(143,114,102); }
div.DivClassName
{
background-color: #8F7266;
}
.BgClassName
{
background-color: #8F7266;
}
</style>
border-color css
<style>
span { border-color: #8F7266; }
span { border-color: rgb(143,114,102); }
td.TdClassName
{
border-color: #8F7266;
}
.TagClassName
{
border-color: #8F7266;
}
</style>