Shades of Bitter #8D907A
Tints of Bitter #8D907A
RGB
CMYK
RGB Variations
Color information
#8D907A (or 0x8D907A) is known color: Bitter. HEX triplet: 8D, 90 and 7A. RGB value is (141,144,122). Sum of RGB (Red+Green+Blue) = 141+144+122=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 144 - color contains mainly: green. Hex color #8D907A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D907A is #726F85. Grayscale: #8C8C8C. Windows color (decimal): -7499654 or 8032397. OLE color: 8032397.
HSL color Cylindrical-coordinate representation of color #8D907A: hue angle of 68.18º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D907A is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 144 | 122 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.44 |
| HSL | 68.18º | 0.09% | 0.52% | - |
| HSV(B) | 68.18º | 0.15% | 0.56% | - |
| XYZ | 24.47 | 27.01 | 22.34 | - |
| YUV | 140.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 122 | 0.02 | 0 | 0.15 | 0.44 | 68.18 | 0.09 | 0.52 |
| Hex | 8D | 90 | 7A | 2 | 0 | F | 2C | 44 | 9 | 34 |
| Octal | 215 | 220 | 172 | 2 | 0 | 17 | 54 | 104 | 11 | 64 |
| Binary | 10001101 | 10010000 | 1111010 | 10 | 0 | 1111 | 101100 | 1000100 | 1001 | 110100 |
Color Harmonies of #8D907A
Complementary color
Monochromatic Colors of #8D907A
Black with #8D907A
Text Example
Text Example
White with #8D907A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D907A; }
p { color: rgb(141,144,122); }
H1.HeaderClassName
{
color: #8D907A;
}
.AnyTagClassName
{
color: #8D907A;
}
</style>
background-color css
<style>
a { background-color: #8D907A; }
a { background-color: rgb(141,144,122); }
div.DivClassName
{
background-color: #8D907A;
}
.BgClassName
{
background-color: #8D907A;
}
</style>
border-color css
<style>
span { border-color: #8D907A; }
span { border-color: rgb(141,144,122); }
td.TdClassName
{
border-color: #8D907A;
}
.TagClassName
{
border-color: #8D907A;
}
</style>