Shades of Bitter #7F8166
Tints of Bitter #7F8166
RGB
CMYK
RGB Variations
Color information
#7F8166 (or 0x7F8166) is known color: Bitter. HEX triplet: 7F, 81 and 66. RGB value is (127,129,102). Sum of RGB (Red+Green+Blue) = 127+129+102=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 129 - color contains mainly: green. Hex color #7F8166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8166 is #807E99. Grayscale: #7D7D7D. Windows color (decimal): -8421018 or 6717823. OLE color: 6717823.
HSL color Cylindrical-coordinate representation of color #7F8166: hue angle of 64.44º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F8166 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 129 | 102 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.49 |
| HSL | 64.44º | 0.12% | 0.45% | - |
| HSV(B) | 64.44º | 0.21% | 0.51% | - |
| XYZ | 19 | 21.17 | 15.66 | - |
| YUV | 125.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 129 | 102 | 0.02 | 0 | 0.21 | 0.49 | 64.44 | 0.12 | 0.45 |
| Hex | 7F | 81 | 66 | 2 | 0 | 15 | 31 | 40 | C | 2D |
| Octal | 177 | 201 | 146 | 2 | 0 | 25 | 61 | 100 | 14 | 55 |
| Binary | 1111111 | 10000001 | 1100110 | 10 | 0 | 10101 | 110001 | 1000000 | 1100 | 101101 |
Color Harmonies of #7F8166
Complementary color
Monochromatic Colors of #7F8166
Black with #7F8166
Text Example
Text Example
White with #7F8166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8166; }
p { color: rgb(127,129,102); }
H1.HeaderClassName
{
color: #7F8166;
}
.AnyTagClassName
{
color: #7F8166;
}
</style>
background-color css
<style>
a { background-color: #7F8166; }
a { background-color: rgb(127,129,102); }
div.DivClassName
{
background-color: #7F8166;
}
.BgClassName
{
background-color: #7F8166;
}
</style>
border-color css
<style>
span { border-color: #7F8166; }
span { border-color: rgb(127,129,102); }
td.TdClassName
{
border-color: #7F8166;
}
.TagClassName
{
border-color: #7F8166;
}
</style>