Shades of Beaver #8F7560
Tints of Beaver #8F7560
RGB
CMYK
RGB Variations
Color information
#8F7560 (or 0x8F7560) is known color: Beaver. HEX triplet: 8F, 75 and 60. RGB value is (143,117,96). Sum of RGB (Red+Green+Blue) = 143+117+96=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7560 is #708A9F. Grayscale: #7A7A7A. Windows color (decimal): -7375520 or 6321551. OLE color: 6321551.
HSL color Cylindrical-coordinate representation of color #8F7560: hue angle of 26.81º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F7560 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 117 | 96 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.44 |
| HSL | 26.81º | 0.2% | 0.47% | - |
| HSV(B) | 26.81º | 0.33% | 0.56% | - |
| XYZ | 19.8 | 19.41 | 13.77 | - |
| YUV | 122.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 117 | 96 | 0 | 0.18 | 0.33 | 0.44 | 26.81 | 0.2 | 0.47 |
| Hex | 8F | 75 | 60 | 0 | 12 | 21 | 2C | 1B | 14 | 2F |
| Octal | 217 | 165 | 140 | 0 | 22 | 41 | 54 | 33 | 24 | 57 |
| Binary | 10001111 | 1110101 | 1100000 | 0 | 10010 | 100001 | 101100 | 11011 | 10100 | 101111 |
Color Harmonies of #8F7560
Complementary color
Monochromatic Colors of #8F7560
Black with #8F7560
Text Example
Text Example
White with #8F7560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7560; }
p { color: rgb(143,117,96); }
H1.HeaderClassName
{
color: #8F7560;
}
.AnyTagClassName
{
color: #8F7560;
}
</style>
background-color css
<style>
a { background-color: #8F7560; }
a { background-color: rgb(143,117,96); }
div.DivClassName
{
background-color: #8F7560;
}
.BgClassName
{
background-color: #8F7560;
}
</style>
border-color css
<style>
span { border-color: #8F7560; }
span { border-color: rgb(143,117,96); }
td.TdClassName
{
border-color: #8F7560;
}
.TagClassName
{
border-color: #8F7560;
}
</style>