Shades of Bitter #7F8268
Tints of Bitter #7F8268
RGB
CMYK
RGB Variations
Color information
#7F8268 (or 0x7F8268) is known color: Bitter. HEX triplet: 7F, 82 and 68. RGB value is (127,130,104). Sum of RGB (Red+Green+Blue) = 127+130+104=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 130 - color contains mainly: green. Hex color #7F8268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8268 is #807D97. Grayscale: #7E7E7E. Windows color (decimal): -8420760 or 6849151. OLE color: 6849151.
HSL color Cylindrical-coordinate representation of color #7F8268: hue angle of 66.92º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F8268 is Cyan = 0.02, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 130 | 104 | - |
| CMYK | 0.02 | 0 | 0.2 | 0.49 |
| HSL | 66.92º | 0.11% | 0.46% | - |
| HSV(B) | 66.92º | 0.2% | 0.51% | - |
| XYZ | 19.23 | 21.48 | 16.23 | - |
| YUV | 126.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 104 | 0.02 | 0 | 0.2 | 0.49 | 66.92 | 0.11 | 0.46 |
| Hex | 7F | 82 | 68 | 2 | 0 | 14 | 31 | 43 | B | 2E |
| Octal | 177 | 202 | 150 | 2 | 0 | 24 | 61 | 103 | 13 | 56 |
| Binary | 1111111 | 10000010 | 1101000 | 10 | 0 | 10100 | 110001 | 1000011 | 1011 | 101110 |
Color Harmonies of #7F8268
Complementary color
Monochromatic Colors of #7F8268
Black with #7F8268
Text Example
Text Example
White with #7F8268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8268; }
p { color: rgb(127,130,104); }
H1.HeaderClassName
{
color: #7F8268;
}
.AnyTagClassName
{
color: #7F8268;
}
</style>
background-color css
<style>
a { background-color: #7F8268; }
a { background-color: rgb(127,130,104); }
div.DivClassName
{
background-color: #7F8268;
}
.BgClassName
{
background-color: #7F8268;
}
</style>
border-color css
<style>
span { border-color: #7F8268; }
span { border-color: rgb(127,130,104); }
td.TdClassName
{
border-color: #7F8268;
}
.TagClassName
{
border-color: #7F8268;
}
</style>