Shades of Bazaar #8F7975
Tints of Bazaar #8F7975
RGB
CMYK
RGB Variations
Color information
#8F7975 (or 0x8F7975) is known color: Bazaar. HEX triplet: 8F, 79 and 75. RGB value is (143,121,117). Sum of RGB (Red+Green+Blue) = 143+121+117=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7975 is #70868A. Grayscale: #7F7F7F. Windows color (decimal): -7374475 or 7698831. OLE color: 7698831.
HSL color Cylindrical-coordinate representation of color #8F7975: hue angle of 9.23º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F7975 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 121 | 117 | - |
| CMYK | 0 | 0.15 | 0.18 | 0.44 |
| HSL | 9.23º | 0.1% | 0.51% | - |
| HSV(B) | 9.23º | 0.18% | 0.56% | - |
| XYZ | 21.38 | 20.8 | 19.72 | - |
| YUV | 127.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 121 | 117 | 0 | 0.15 | 0.18 | 0.44 | 9.23 | 0.1 | 0.51 |
| Hex | 8F | 79 | 75 | 0 | F | 12 | 2C | 9 | A | 33 |
| Octal | 217 | 171 | 165 | 0 | 17 | 22 | 54 | 11 | 12 | 63 |
| Binary | 10001111 | 1111001 | 1110101 | 0 | 1111 | 10010 | 101100 | 1001 | 1010 | 110011 |
Color Harmonies of #8F7975
Complementary color
Monochromatic Colors of #8F7975
Black with #8F7975
Text Example
Text Example
White with #8F7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7975; }
p { color: rgb(143,121,117); }
H1.HeaderClassName
{
color: #8F7975;
}
.AnyTagClassName
{
color: #8F7975;
}
</style>
background-color css
<style>
a { background-color: #8F7975; }
a { background-color: rgb(143,121,117); }
div.DivClassName
{
background-color: #8F7975;
}
.BgClassName
{
background-color: #8F7975;
}
</style>
border-color css
<style>
span { border-color: #8F7975; }
span { border-color: rgb(143,121,117); }
td.TdClassName
{
border-color: #8F7975;
}
.TagClassName
{
border-color: #8F7975;
}
</style>