Shades of Beaver #887064
Tints of Beaver #887064
RGB
CMYK
RGB Variations
Color information
#887064 (or 0x887064) is known color: Beaver. HEX triplet: 88, 70 and 64. RGB value is (136,112,100). Sum of RGB (Red+Green+Blue) = 136+112+100=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #887064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887064 is #778F9B. Grayscale: #757575. Windows color (decimal): -7835548 or 6582408. OLE color: 6582408.
HSL color Cylindrical-coordinate representation of color #887064: hue angle of 20º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #887064 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 112 | 100 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.47 |
| HSL | 20º | 0.15% | 0.46% | - |
| HSV(B) | 20º | 0.26% | 0.53% | - |
| XYZ | 18.25 | 17.74 | 14.52 | - |
| YUV | 117.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 112 | 100 | 0 | 0.18 | 0.26 | 0.47 | 20 | 0.15 | 0.46 |
| Hex | 88 | 70 | 64 | 0 | 12 | 1A | 2F | 14 | F | 2E |
| Octal | 210 | 160 | 144 | 0 | 22 | 32 | 57 | 24 | 17 | 56 |
| Binary | 10001000 | 1110000 | 1100100 | 0 | 10010 | 11010 | 101111 | 10100 | 1111 | 101110 |
Color Harmonies of #887064
Complementary color
Monochromatic Colors of #887064
Black with #887064
Text Example
Text Example
White with #887064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887064; }
p { color: rgb(136,112,100); }
H1.HeaderClassName
{
color: #887064;
}
.AnyTagClassName
{
color: #887064;
}
</style>
background-color css
<style>
a { background-color: #887064; }
a { background-color: rgb(136,112,100); }
div.DivClassName
{
background-color: #887064;
}
.BgClassName
{
background-color: #887064;
}
</style>
border-color css
<style>
span { border-color: #887064; }
span { border-color: rgb(136,112,100); }
td.TdClassName
{
border-color: #887064;
}
.TagClassName
{
border-color: #887064;
}
</style>