Shades of Bitter #7F826C
Tints of Bitter #7F826C
RGB
CMYK
RGB Variations
Color information
#7F826C (or 0x7F826C) is known color: Bitter. HEX triplet: 7F, 82 and 6C. RGB value is (127,130,108). Sum of RGB (Red+Green+Blue) = 127+130+108=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 130 - color contains mainly: green. Hex color #7F826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F826C is #807D93. Grayscale: #7E7E7E. Windows color (decimal): -8420756 or 7111295. OLE color: 7111295.
HSL color Cylindrical-coordinate representation of color #7F826C: hue angle of 68.18º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7F826C is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 130 | 108 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.49 |
| HSL | 68.18º | 0.09% | 0.47% | - |
| HSV(B) | 68.18º | 0.17% | 0.51% | - |
| XYZ | 19.44 | 21.56 | 17.32 | - |
| YUV | 126.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 108 | 0.02 | 0 | 0.17 | 0.49 | 68.18 | 0.09 | 0.47 |
| Hex | 7F | 82 | 6C | 2 | 0 | 11 | 31 | 44 | 9 | 2F |
| Octal | 177 | 202 | 154 | 2 | 0 | 21 | 61 | 104 | 11 | 57 |
| Binary | 1111111 | 10000010 | 1101100 | 10 | 0 | 10001 | 110001 | 1000100 | 1001 | 101111 |
Color Harmonies of #7F826C
Complementary color
Monochromatic Colors of #7F826C
Black with #7F826C
Text Example
Text Example
White with #7F826C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F826C; }
p { color: rgb(127,130,108); }
H1.HeaderClassName
{
color: #7F826C;
}
.AnyTagClassName
{
color: #7F826C;
}
</style>
background-color css
<style>
a { background-color: #7F826C; }
a { background-color: rgb(127,130,108); }
div.DivClassName
{
background-color: #7F826C;
}
.BgClassName
{
background-color: #7F826C;
}
</style>
border-color css
<style>
span { border-color: #7F826C; }
span { border-color: rgb(127,130,108); }
td.TdClassName
{
border-color: #7F826C;
}
.TagClassName
{
border-color: #7F826C;
}
</style>