Shades of Bitter #7F8469
Tints of Bitter #7F8469
RGB
CMYK
RGB Variations
Color information
#7F8469 (or 0x7F8469) is known color: Bitter. HEX triplet: 7F, 84 and 69. RGB value is (127,132,105). Sum of RGB (Red+Green+Blue) = 127+132+105=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #7F8469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8469 is #807B96. Grayscale: #7F7F7F. Windows color (decimal): -8420247 or 6915199. OLE color: 6915199.
HSL color Cylindrical-coordinate representation of color #7F8469: hue angle of 71.11º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F8469 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 132 | 105 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.48 |
| HSL | 71.11º | 0.11% | 0.46% | - |
| HSV(B) | 71.11º | 0.2% | 0.52% | - |
| XYZ | 19.55 | 22.03 | 16.59 | - |
| YUV | 127.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 105 | 0.04 | 0 | 0.20 | 0.48 | 71.11 | 0.11 | 0.46 |
| Hex | 7F | 84 | 69 | 4 | 0 | 14 | 30 | 47 | B | 2E |
| Octal | 177 | 204 | 151 | 4 | 0 | 24 | 60 | 107 | 13 | 56 |
| Binary | 1111111 | 10000100 | 1101001 | 100 | 0 | 10100 | 110000 | 1000111 | 1011 | 101110 |
Color Harmonies of #7F8469
Complementary color
Monochromatic Colors of #7F8469
Black with #7F8469
Text Example
Text Example
White with #7F8469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8469; }
p { color: rgb(127,132,105); }
H1.HeaderClassName
{
color: #7F8469;
}
.AnyTagClassName
{
color: #7F8469;
}
</style>
background-color css
<style>
a { background-color: #7F8469; }
a { background-color: rgb(127,132,105); }
div.DivClassName
{
background-color: #7F8469;
}
.BgClassName
{
background-color: #7F8469;
}
</style>
border-color css
<style>
span { border-color: #7F8469; }
span { border-color: rgb(127,132,105); }
td.TdClassName
{
border-color: #7F8469;
}
.TagClassName
{
border-color: #7F8469;
}
</style>