Shades of Bazaar #8F716F
Tints of Bazaar #8F716F
RGB
CMYK
RGB Variations
Color information
#8F716F (or 0x8F716F) is known color: Bazaar. HEX triplet: 8F, 71 and 6F. RGB value is (143,113,111). Sum of RGB (Red+Green+Blue) = 143+113+111=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F716F is #708E90. Grayscale: #797979. Windows color (decimal): -7376529 or 7303567. OLE color: 7303567.
HSL color Cylindrical-coordinate representation of color #8F716F: hue angle of 3.75º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F716F is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 111 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.44 |
| HSL | 3.75º | 0.13% | 0.5% | - |
| HSV(B) | 3.75º | 0.22% | 0.56% | - |
| XYZ | 20.1 | 18.8 | 17.61 | - |
| YUV | 121.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 111 | 0 | 0.21 | 0.22 | 0.44 | 3.75 | 0.13 | 0.5 |
| Hex | 8F | 71 | 6F | 0 | 15 | 16 | 2C | 4 | D | 32 |
| Octal | 217 | 161 | 157 | 0 | 25 | 26 | 54 | 4 | 15 | 62 |
| Binary | 10001111 | 1110001 | 1101111 | 0 | 10101 | 10110 | 101100 | 100 | 1101 | 110010 |
Color Harmonies of #8F716F
Complementary color
Monochromatic Colors of #8F716F
Black with #8F716F
Text Example
Text Example
White with #8F716F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F716F; }
p { color: rgb(143,113,111); }
H1.HeaderClassName
{
color: #8F716F;
}
.AnyTagClassName
{
color: #8F716F;
}
</style>
background-color css
<style>
a { background-color: #8F716F; }
a { background-color: rgb(143,113,111); }
div.DivClassName
{
background-color: #8F716F;
}
.BgClassName
{
background-color: #8F716F;
}
</style>
border-color css
<style>
span { border-color: #8F716F; }
span { border-color: rgb(143,113,111); }
td.TdClassName
{
border-color: #8F716F;
}
.TagClassName
{
border-color: #8F716F;
}
</style>