Shades of Bazaar #907874
Tints of Bazaar #907874
RGB
CMYK
RGB Variations
Color information
#907874 (or 0x907874) is known color: Bazaar. HEX triplet: 90, 78 and 74. RGB value is (144,120,116). Sum of RGB (Red+Green+Blue) = 144+120+116=380 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.89% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 144 - color contains mainly: red. Hex color #907874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907874 is #6F878B. Grayscale: #7E7E7E. Windows color (decimal): -7309196 or 7633040. OLE color: 7633040.
HSL color Cylindrical-coordinate representation of color #907874: hue angle of 8.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #907874 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 120 | 116 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.44 |
| HSL | 8.57º | 0.11% | 0.51% | - |
| HSV(B) | 8.57º | 0.19% | 0.56% | - |
| XYZ | 21.37 | 20.62 | 19.38 | - |
| YUV | 126.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 116 | 0 | 0.17 | 0.19 | 0.44 | 8.57 | 0.11 | 0.51 |
| Hex | 90 | 78 | 74 | 0 | 11 | 13 | 2C | 9 | B | 33 |
| Octal | 220 | 170 | 164 | 0 | 21 | 23 | 54 | 11 | 13 | 63 |
| Binary | 10010000 | 1111000 | 1110100 | 0 | 10001 | 10011 | 101100 | 1001 | 1011 | 110011 |
Color Harmonies of #907874
Complementary color
Monochromatic Colors of #907874
Black with #907874
Text Example
Text Example
White with #907874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907874; }
p { color: rgb(144,120,116); }
H1.HeaderClassName
{
color: #907874;
}
.AnyTagClassName
{
color: #907874;
}
</style>
background-color css
<style>
a { background-color: #907874; }
a { background-color: rgb(144,120,116); }
div.DivClassName
{
background-color: #907874;
}
.BgClassName
{
background-color: #907874;
}
</style>
border-color css
<style>
span { border-color: #907874; }
span { border-color: rgb(144,120,116); }
td.TdClassName
{
border-color: #907874;
}
.TagClassName
{
border-color: #907874;
}
</style>