Shades of Bazaar #947878
Tints of Bazaar #947878
RGB
CMYK
RGB Variations
Color information
#947878 (or 0x947878) is known color: Bazaar. HEX triplet: 94, 78 and 78. RGB value is (148,120,120). Sum of RGB (Red+Green+Blue) = 148+120+120=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 148 - color contains mainly: red. Hex color #947878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947878 is #6B8787. Grayscale: #808080. Windows color (decimal): -7047048 or 7895188. OLE color: 7895188.
HSL color Cylindrical-coordinate representation of color #947878: hue angle of 0º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #947878 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 120 | 120 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.42 |
| HSL | 0º | 0.12% | 0.53% | - |
| HSV(B) | 0º | 0.19% | 0.58% | - |
| XYZ | 22.32 | 21.08 | 20.66 | - |
| YUV | 128.37 | 123.28 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 120 | 120 | 0 | 0.19 | 0.19 | 0.42 | 0 | 0.12 | 0.53 |
| Hex | 94 | 78 | 78 | 0 | 13 | 13 | 2A | 0 | C | 35 |
| Octal | 224 | 170 | 170 | 0 | 23 | 23 | 52 | 0 | 14 | 65 |
| Binary | 10010100 | 1111000 | 1111000 | 0 | 10011 | 10011 | 101010 | 0 | 1100 | 110101 |
Color Harmonies of #947878
Complementary color
Monochromatic Colors of #947878
Black with #947878
Text Example
Text Example
White with #947878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947878; }
p { color: rgb(148,120,120); }
H1.HeaderClassName
{
color: #947878;
}
.AnyTagClassName
{
color: #947878;
}
</style>
background-color css
<style>
a { background-color: #947878; }
a { background-color: rgb(148,120,120); }
div.DivClassName
{
background-color: #947878;
}
.BgClassName
{
background-color: #947878;
}
</style>
border-color css
<style>
span { border-color: #947878; }
span { border-color: rgb(148,120,120); }
td.TdClassName
{
border-color: #947878;
}
.TagClassName
{
border-color: #947878;
}
</style>