Shades of Roman Coffee #7F6751
Tints of Roman Coffee #7F6751
RGB
CMYK
RGB Variations
Color information
#7F6751 (or 0x7F6751) is known color: Roman Coffee. HEX triplet: 7F, 67 and 51. RGB value is (127,103,81). Sum of RGB (Red+Green+Blue) = 127+103+81=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6751 is #8098AE. Grayscale: #6B6B6B. Windows color (decimal): -8427695 or 5334911. OLE color: 5334911.
HSL color Cylindrical-coordinate representation of color #7F6751: hue angle of 28.7º 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 #7F6751 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 81 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.50 |
| HSL | 28.7º | 0.22% | 0.41% | - |
| HSV(B) | 28.7º | 0.36% | 0.5% | - |
| XYZ | 15.09 | 14.81 | 9.85 | - |
| YUV | 107.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 81 | 0 | 0.19 | 0.36 | 0.50 | 28.7 | 0.22 | 0.41 |
| Hex | 7F | 67 | 51 | 0 | 13 | 24 | 32 | 1D | 16 | 29 |
| Octal | 177 | 147 | 121 | 0 | 23 | 44 | 62 | 35 | 26 | 51 |
| Binary | 1111111 | 1100111 | 1010001 | 0 | 10011 | 100100 | 110010 | 11101 | 10110 | 101001 |
Color Harmonies of #7F6751
Complementary color
Monochromatic Colors of #7F6751
Black with #7F6751
Text Example
Text Example
White with #7F6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6751; }
p { color: rgb(127,103,81); }
H1.HeaderClassName
{
color: #7F6751;
}
.AnyTagClassName
{
color: #7F6751;
}
</style>
background-color css
<style>
a { background-color: #7F6751; }
a { background-color: rgb(127,103,81); }
div.DivClassName
{
background-color: #7F6751;
}
.BgClassName
{
background-color: #7F6751;
}
</style>
border-color css
<style>
span { border-color: #7F6751; }
span { border-color: rgb(127,103,81); }
td.TdClassName
{
border-color: #7F6751;
}
.TagClassName
{
border-color: #7F6751;
}
</style>