Shades of Bazaar #977572
Tints of Bazaar #977572
RGB
CMYK
RGB Variations
Color information
#977572 (or 0x977572) is known color: Bazaar. HEX triplet: 97, 75 and 72. RGB value is (151,117,114). Sum of RGB (Red+Green+Blue) = 151+117+114=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 151 - color contains mainly: red. Hex color #977572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977572 is #688A8D. Grayscale: #7E7E7E. Windows color (decimal): -6851214 or 7501207. OLE color: 7501207.
HSL color Cylindrical-coordinate representation of color #977572: hue angle of 4.86º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #977572 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 117 | 114 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.41 |
| HSL | 4.86º | 0.15% | 0.52% | - |
| HSV(B) | 4.86º | 0.25% | 0.59% | - |
| XYZ | 22.16 | 20.52 | 18.71 | - |
| YUV | 126.82 | 120.76 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 117 | 114 | 0 | 0.23 | 0.25 | 0.41 | 4.86 | 0.15 | 0.52 |
| Hex | 97 | 75 | 72 | 0 | 17 | 19 | 29 | 5 | F | 34 |
| Octal | 227 | 165 | 162 | 0 | 27 | 31 | 51 | 5 | 17 | 64 |
| Binary | 10010111 | 1110101 | 1110010 | 0 | 10111 | 11001 | 101001 | 101 | 1111 | 110100 |
Color Harmonies of #977572
Complementary color
Monochromatic Colors of #977572
Black with #977572
Text Example
Text Example
White with #977572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977572; }
p { color: rgb(151,117,114); }
H1.HeaderClassName
{
color: #977572;
}
.AnyTagClassName
{
color: #977572;
}
</style>
background-color css
<style>
a { background-color: #977572; }
a { background-color: rgb(151,117,114); }
div.DivClassName
{
background-color: #977572;
}
.BgClassName
{
background-color: #977572;
}
</style>
border-color css
<style>
span { border-color: #977572; }
span { border-color: rgb(151,117,114); }
td.TdClassName
{
border-color: #977572;
}
.TagClassName
{
border-color: #977572;
}
</style>