Shades of Bitter #7F826B
Tints of Bitter #7F826B
RGB
CMYK
RGB Variations
Color information
#7F826B (or 0x7F826B) is known color: Bitter. HEX triplet: 7F, 82 and 6B. RGB value is (127,130,107). Sum of RGB (Red+Green+Blue) = 127+130+107=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 130 - color contains mainly: green. Hex color #7F826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F826B is #807D94. Grayscale: #7E7E7E. Windows color (decimal): -8420757 or 7045759. OLE color: 7045759.
HSL color Cylindrical-coordinate representation of color #7F826B: hue angle of 67.83º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7F826B is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 130 | 107 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.49 |
| HSL | 67.83º | 0.1% | 0.46% | - |
| HSV(B) | 67.83º | 0.18% | 0.51% | - |
| XYZ | 19.39 | 21.54 | 17.05 | - |
| YUV | 126.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 107 | 0.02 | 0 | 0.18 | 0.49 | 67.83 | 0.1 | 0.46 |
| Hex | 7F | 82 | 6B | 2 | 0 | 12 | 31 | 44 | A | 2E |
| Octal | 177 | 202 | 153 | 2 | 0 | 22 | 61 | 104 | 12 | 56 |
| Binary | 1111111 | 10000010 | 1101011 | 10 | 0 | 10010 | 110001 | 1000100 | 1010 | 101110 |
Color Harmonies of #7F826B
Complementary color
Monochromatic Colors of #7F826B
Black with #7F826B
Text Example
Text Example
White with #7F826B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F826B; }
p { color: rgb(127,130,107); }
H1.HeaderClassName
{
color: #7F826B;
}
.AnyTagClassName
{
color: #7F826B;
}
</style>
background-color css
<style>
a { background-color: #7F826B; }
a { background-color: rgb(127,130,107); }
div.DivClassName
{
background-color: #7F826B;
}
.BgClassName
{
background-color: #7F826B;
}
</style>
border-color css
<style>
span { border-color: #7F826B; }
span { border-color: rgb(127,130,107); }
td.TdClassName
{
border-color: #7F826B;
}
.TagClassName
{
border-color: #7F826B;
}
</style>