Shades of Bazaar #8B7674
Tints of Bazaar #8B7674
RGB
CMYK
RGB Variations
Color information
#8B7674 (or 0x8B7674) is known color: Bazaar. HEX triplet: 8B, 76 and 74. RGB value is (139,118,116). Sum of RGB (Red+Green+Blue) = 139+118+116=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7674 is #74898B. Grayscale: #7C7C7C. Windows color (decimal): -7637388 or 7632523. OLE color: 7632523.
HSL color Cylindrical-coordinate representation of color #8B7674: hue angle of 5.22º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B7674 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 116 | - |
| CMYK | 0 | 0.15 | 0.17 | 0.45 |
| HSL | 5.22º | 0.09% | 0.5% | - |
| HSV(B) | 5.22º | 0.17% | 0.55% | - |
| XYZ | 20.28 | 19.71 | 19.26 | - |
| YUV | 124.05 | 123.46 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 116 | 0 | 0.15 | 0.17 | 0.45 | 5.22 | 0.09 | 0.5 |
| Hex | 8B | 76 | 74 | 0 | F | 11 | 2D | 5 | 9 | 32 |
| Octal | 213 | 166 | 164 | 0 | 17 | 21 | 55 | 5 | 11 | 62 |
| Binary | 10001011 | 1110110 | 1110100 | 0 | 1111 | 10001 | 101101 | 101 | 1001 | 110010 |
Color Harmonies of #8B7674
Complementary color
Monochromatic Colors of #8B7674
Black with #8B7674
Text Example
Text Example
White with #8B7674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7674; }
p { color: rgb(139,118,116); }
H1.HeaderClassName
{
color: #8B7674;
}
.AnyTagClassName
{
color: #8B7674;
}
</style>
background-color css
<style>
a { background-color: #8B7674; }
a { background-color: rgb(139,118,116); }
div.DivClassName
{
background-color: #8B7674;
}
.BgClassName
{
background-color: #8B7674;
}
</style>
border-color css
<style>
span { border-color: #8B7674; }
span { border-color: rgb(139,118,116); }
td.TdClassName
{
border-color: #8B7674;
}
.TagClassName
{
border-color: #8B7674;
}
</style>