Shades of Bitter #858B72
Tints of Bitter #858B72
RGB
CMYK
RGB Variations
Color information
#858B72 (or 0x858B72) is known color: Bitter. HEX triplet: 85, 8B and 72. RGB value is (133,139,114). Sum of RGB (Red+Green+Blue) = 133+139+114=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #858B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858B72 is #7A748D. Grayscale: #868686. Windows color (decimal): -8025230 or 7506821. OLE color: 7506821.
HSL color Cylindrical-coordinate representation of color #858B72: hue angle of 74.4º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #858B72 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 139 | 114 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.45 |
| HSL | 74.4º | 0.1% | 0.5% | - |
| HSV(B) | 74.4º | 0.18% | 0.55% | - |
| XYZ | 21.94 | 24.67 | 19.52 | - |
| YUV | 134.36 | 116.51 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 139 | 114 | 0.04 | 0 | 0.18 | 0.45 | 74.4 | 0.1 | 0.5 |
| Hex | 85 | 8B | 72 | 4 | 0 | 12 | 2D | 4A | A | 32 |
| Octal | 205 | 213 | 162 | 4 | 0 | 22 | 55 | 112 | 12 | 62 |
| Binary | 10000101 | 10001011 | 1110010 | 100 | 0 | 10010 | 101101 | 1001010 | 1010 | 110010 |
Color Harmonies of #858B72
Complementary color
Monochromatic Colors of #858B72
Black with #858B72
Text Example
Text Example
White with #858B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858B72; }
p { color: rgb(133,139,114); }
H1.HeaderClassName
{
color: #858B72;
}
.AnyTagClassName
{
color: #858B72;
}
</style>
background-color css
<style>
a { background-color: #858B72; }
a { background-color: rgb(133,139,114); }
div.DivClassName
{
background-color: #858B72;
}
.BgClassName
{
background-color: #858B72;
}
</style>
border-color css
<style>
span { border-color: #858B72; }
span { border-color: rgb(133,139,114); }
td.TdClassName
{
border-color: #858B72;
}
.TagClassName
{
border-color: #858B72;
}
</style>