Shades of Beaver #8C7366
Tints of Beaver #8C7366
RGB
CMYK
RGB Variations
Color information
#8C7366 (or 0x8C7366) is known color: Beaver. HEX triplet: 8C, 73 and 66. RGB value is (140,115,102). Sum of RGB (Red+Green+Blue) = 140+115+102=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7366 is #738C99. Grayscale: #797979. Windows color (decimal): -7572634 or 6714252. OLE color: 6714252.
HSL color Cylindrical-coordinate representation of color #8C7366: hue angle of 20.53º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8C7366 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 102 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.45 |
| HSL | 20.53º | 0.16% | 0.47% | - |
| HSV(B) | 20.53º | 0.27% | 0.55% | - |
| XYZ | 19.34 | 18.8 | 15.18 | - |
| YUV | 120.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 102 | 0 | 0.18 | 0.27 | 0.45 | 20.53 | 0.16 | 0.47 |
| Hex | 8C | 73 | 66 | 0 | 12 | 1B | 2D | 15 | 10 | 2F |
| Octal | 214 | 163 | 146 | 0 | 22 | 33 | 55 | 25 | 20 | 57 |
| Binary | 10001100 | 1110011 | 1100110 | 0 | 10010 | 11011 | 101101 | 10101 | 10000 | 101111 |
Color Harmonies of #8C7366
Complementary color
Monochromatic Colors of #8C7366
Black with #8C7366
Text Example
Text Example
White with #8C7366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7366; }
p { color: rgb(140,115,102); }
H1.HeaderClassName
{
color: #8C7366;
}
.AnyTagClassName
{
color: #8C7366;
}
</style>
background-color css
<style>
a { background-color: #8C7366; }
a { background-color: rgb(140,115,102); }
div.DivClassName
{
background-color: #8C7366;
}
.BgClassName
{
background-color: #8C7366;
}
</style>
border-color css
<style>
span { border-color: #8C7366; }
span { border-color: rgb(140,115,102); }
td.TdClassName
{
border-color: #8C7366;
}
.TagClassName
{
border-color: #8C7366;
}
</style>