Shades of Beaver #987760
Tints of Beaver #987760
RGB
CMYK
RGB Variations
Color information
#987760 (or 0x987760) is known color: Beaver. HEX triplet: 98, 77 and 60. RGB value is (152,119,96). Sum of RGB (Red+Green+Blue) = 152+119+96=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #987760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987760 is #67889F. Grayscale: #7E7E7E. Windows color (decimal): -6785184 or 6322072. OLE color: 6322072.
HSL color Cylindrical-coordinate representation of color #987760: hue angle of 24.64º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #987760 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 96 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.40 |
| HSL | 24.64º | 0.23% | 0.49% | - |
| HSV(B) | 24.64º | 0.37% | 0.6% | - |
| XYZ | 21.66 | 20.71 | 13.92 | - |
| YUV | 126.25 | 110.93 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 96 | 0 | 0.22 | 0.37 | 0.40 | 24.64 | 0.23 | 0.49 |
| Hex | 98 | 77 | 60 | 0 | 16 | 25 | 28 | 19 | 17 | 31 |
| Octal | 230 | 167 | 140 | 0 | 26 | 45 | 50 | 31 | 27 | 61 |
| Binary | 10011000 | 1110111 | 1100000 | 0 | 10110 | 100101 | 101000 | 11001 | 10111 | 110001 |
Color Harmonies of #987760
Complementary color
Monochromatic Colors of #987760
Black with #987760
Text Example
Text Example
White with #987760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987760; }
p { color: rgb(152,119,96); }
H1.HeaderClassName
{
color: #987760;
}
.AnyTagClassName
{
color: #987760;
}
</style>
background-color css
<style>
a { background-color: #987760; }
a { background-color: rgb(152,119,96); }
div.DivClassName
{
background-color: #987760;
}
.BgClassName
{
background-color: #987760;
}
</style>
border-color css
<style>
span { border-color: #987760; }
span { border-color: rgb(152,119,96); }
td.TdClassName
{
border-color: #987760;
}
.TagClassName
{
border-color: #987760;
}
</style>