Shades of Beaver #8F7166
Tints of Beaver #8F7166
RGB
CMYK
RGB Variations
Color information
#8F7166 (or 0x8F7166) is known color: Beaver. HEX triplet: 8F, 71 and 66. RGB value is (143,113,102). Sum of RGB (Red+Green+Blue) = 143+113+102=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7166 is #708E99. Grayscale: #787878. Windows color (decimal): -7376538 or 6713743. OLE color: 6713743.
HSL color Cylindrical-coordinate representation of color #8F7166: hue angle of 16.1º 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 #8F7166 is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 102 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.44 |
| HSL | 16.1º | 0.17% | 0.48% | - |
| HSV(B) | 16.1º | 0.29% | 0.56% | - |
| XYZ | 19.63 | 18.61 | 15.13 | - |
| YUV | 120.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 102 | 0 | 0.21 | 0.29 | 0.44 | 16.1 | 0.17 | 0.48 |
| Hex | 8F | 71 | 66 | 0 | 15 | 1D | 2C | 10 | 11 | 30 |
| Octal | 217 | 161 | 146 | 0 | 25 | 35 | 54 | 20 | 21 | 60 |
| Binary | 10001111 | 1110001 | 1100110 | 0 | 10101 | 11101 | 101100 | 10000 | 10001 | 110000 |
Color Harmonies of #8F7166
Complementary color
Monochromatic Colors of #8F7166
Black with #8F7166
Text Example
Text Example
White with #8F7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7166; }
p { color: rgb(143,113,102); }
H1.HeaderClassName
{
color: #8F7166;
}
.AnyTagClassName
{
color: #8F7166;
}
</style>
background-color css
<style>
a { background-color: #8F7166; }
a { background-color: rgb(143,113,102); }
div.DivClassName
{
background-color: #8F7166;
}
.BgClassName
{
background-color: #8F7166;
}
</style>
border-color css
<style>
span { border-color: #8F7166; }
span { border-color: rgb(143,113,102); }
td.TdClassName
{
border-color: #8F7166;
}
.TagClassName
{
border-color: #8F7166;
}
</style>