Shades of Bitter #7F8467
Tints of Bitter #7F8467
RGB
CMYK
RGB Variations
Color information
#7F8467 (or 0x7F8467) is known color: Bitter. HEX triplet: 7F, 84 and 67. RGB value is (127,132,103). Sum of RGB (Red+Green+Blue) = 127+132+103=362 (47% of max value = 765). Red value is 127 (50% from 255 or 35.08% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #7F8467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8467 is #807B98. Grayscale: #7F7F7F. Windows color (decimal): -8420249 or 6784127. OLE color: 6784127.
HSL color Cylindrical-coordinate representation of color #7F8467: hue angle of 70.34º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F8467 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 132 | 103 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.48 |
| HSL | 70.34º | 0.12% | 0.46% | - |
| HSV(B) | 70.34º | 0.22% | 0.52% | - |
| XYZ | 19.45 | 21.99 | 16.05 | - |
| YUV | 127.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 103 | 0.04 | 0 | 0.22 | 0.48 | 70.34 | 0.12 | 0.46 |
| Hex | 7F | 84 | 67 | 4 | 0 | 16 | 30 | 46 | C | 2E |
| Octal | 177 | 204 | 147 | 4 | 0 | 26 | 60 | 106 | 14 | 56 |
| Binary | 1111111 | 10000100 | 1100111 | 100 | 0 | 10110 | 110000 | 1000110 | 1100 | 101110 |
Color Harmonies of #7F8467
Complementary color
Monochromatic Colors of #7F8467
Black with #7F8467
Text Example
Text Example
White with #7F8467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8467; }
p { color: rgb(127,132,103); }
H1.HeaderClassName
{
color: #7F8467;
}
.AnyTagClassName
{
color: #7F8467;
}
</style>
background-color css
<style>
a { background-color: #7F8467; }
a { background-color: rgb(127,132,103); }
div.DivClassName
{
background-color: #7F8467;
}
.BgClassName
{
background-color: #7F8467;
}
</style>
border-color css
<style>
span { border-color: #7F8467; }
span { border-color: rgb(127,132,103); }
td.TdClassName
{
border-color: #7F8467;
}
.TagClassName
{
border-color: #7F8467;
}
</style>