Shades of Bitter #889074
Tints of Bitter #889074
RGB
CMYK
RGB Variations
Color information
#889074 (or 0x889074) is known color: Bitter. HEX triplet: 88, 90 and 74. RGB value is (136,144,116). Sum of RGB (Red+Green+Blue) = 136+144+116=396 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.34% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 144 - color contains mainly: green. Hex color #889074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889074 is #776F8B. Grayscale: #8A8A8A. Windows color (decimal): -7827340 or 7639176. OLE color: 7639176.
HSL color Cylindrical-coordinate representation of color #889074: hue angle of 77.14º 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 #889074 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 144 | 116 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.44 |
| HSL | 77.14º | 0.11% | 0.51% | - |
| HSV(B) | 77.14º | 0.19% | 0.56% | - |
| XYZ | 23.28 | 26.44 | 20.4 | - |
| YUV | 138.42 | 115.35 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 144 | 116 | 0.06 | 0 | 0.19 | 0.44 | 77.14 | 0.11 | 0.51 |
| Hex | 88 | 90 | 74 | 6 | 0 | 13 | 2C | 4D | B | 33 |
| Octal | 210 | 220 | 164 | 6 | 0 | 23 | 54 | 115 | 13 | 63 |
| Binary | 10001000 | 10010000 | 1110100 | 110 | 0 | 10011 | 101100 | 1001101 | 1011 | 110011 |
Color Harmonies of #889074
Complementary color
Monochromatic Colors of #889074
Black with #889074
Text Example
Text Example
White with #889074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889074; }
p { color: rgb(136,144,116); }
H1.HeaderClassName
{
color: #889074;
}
.AnyTagClassName
{
color: #889074;
}
</style>
background-color css
<style>
a { background-color: #889074; }
a { background-color: rgb(136,144,116); }
div.DivClassName
{
background-color: #889074;
}
.BgClassName
{
background-color: #889074;
}
</style>
border-color css
<style>
span { border-color: #889074; }
span { border-color: rgb(136,144,116); }
td.TdClassName
{
border-color: #889074;
}
.TagClassName
{
border-color: #889074;
}
</style>