Shades of Roman Coffee #7F6851
Tints of Roman Coffee #7F6851
RGB
CMYK
RGB Variations
Color information
#7F6851 (or 0x7F6851) is known color: Roman Coffee. HEX triplet: 7F, 68 and 51. RGB value is (127,104,81). Sum of RGB (Red+Green+Blue) = 127+104+81=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 81 (32.03% from 255 or 25.96% from 312); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6851 is #8097AE. Grayscale: #6C6C6C. Windows color (decimal): -8427439 or 5335167. OLE color: 5335167.
HSL color Cylindrical-coordinate representation of color #7F6851: hue angle of 30º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7F6851 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 81 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.50 |
| HSL | 30º | 0.22% | 0.41% | - |
| HSV(B) | 30º | 0.36% | 0.5% | - |
| XYZ | 15.19 | 15.01 | 9.88 | - |
| YUV | 108.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 81 | 0 | 0.18 | 0.36 | 0.50 | 30 | 0.22 | 0.41 |
| Hex | 7F | 68 | 51 | 0 | 12 | 24 | 32 | 1E | 16 | 29 |
| Octal | 177 | 150 | 121 | 0 | 22 | 44 | 62 | 36 | 26 | 51 |
| Binary | 1111111 | 1101000 | 1010001 | 0 | 10010 | 100100 | 110010 | 11110 | 10110 | 101001 |
Color Harmonies of #7F6851
Complementary color
Monochromatic Colors of #7F6851
Black with #7F6851
Text Example
Text Example
White with #7F6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6851; }
p { color: rgb(127,104,81); }
H1.HeaderClassName
{
color: #7F6851;
}
.AnyTagClassName
{
color: #7F6851;
}
</style>
background-color css
<style>
a { background-color: #7F6851; }
a { background-color: rgb(127,104,81); }
div.DivClassName
{
background-color: #7F6851;
}
.BgClassName
{
background-color: #7F6851;
}
</style>
border-color css
<style>
span { border-color: #7F6851; }
span { border-color: rgb(127,104,81); }
td.TdClassName
{
border-color: #7F6851;
}
.TagClassName
{
border-color: #7F6851;
}
</style>