Shades of Bitter #7F8569
Tints of Bitter #7F8569
RGB
CMYK
RGB Variations
Color information
#7F8569 (or 0x7F8569) is known color: Bitter. HEX triplet: 7F, 85 and 69. RGB value is (127,133,105). Sum of RGB (Red+Green+Blue) = 127+133+105=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8569 is #807A96. Grayscale: #808080. Windows color (decimal): -8419991 or 6915455. OLE color: 6915455.
HSL color Cylindrical-coordinate representation of color #7F8569: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F8569 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 105 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.48 |
| HSL | 72.86º | 0.12% | 0.47% | - |
| HSV(B) | 72.86º | 0.21% | 0.52% | - |
| XYZ | 19.69 | 22.31 | 16.63 | - |
| YUV | 128.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 105 | 0.05 | 0 | 0.21 | 0.48 | 72.86 | 0.12 | 0.47 |
| Hex | 7F | 85 | 69 | 5 | 0 | 15 | 30 | 49 | C | 2F |
| Octal | 177 | 205 | 151 | 5 | 0 | 25 | 60 | 111 | 14 | 57 |
| Binary | 1111111 | 10000101 | 1101001 | 101 | 0 | 10101 | 110000 | 1001001 | 1100 | 101111 |
Color Harmonies of #7F8569
Complementary color
Monochromatic Colors of #7F8569
Black with #7F8569
Text Example
Text Example
White with #7F8569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8569; }
p { color: rgb(127,133,105); }
H1.HeaderClassName
{
color: #7F8569;
}
.AnyTagClassName
{
color: #7F8569;
}
</style>
background-color css
<style>
a { background-color: #7F8569; }
a { background-color: rgb(127,133,105); }
div.DivClassName
{
background-color: #7F8569;
}
.BgClassName
{
background-color: #7F8569;
}
</style>
border-color css
<style>
span { border-color: #7F8569; }
span { border-color: rgb(127,133,105); }
td.TdClassName
{
border-color: #7F8569;
}
.TagClassName
{
border-color: #7F8569;
}
</style>