Shades of Roman Coffee #7F644F
Tints of Roman Coffee #7F644F
RGB
CMYK
RGB Variations
Color information
#7F644F (or 0x7F644F) is known color: Roman Coffee. HEX triplet: 7F, 64 and 4F. RGB value is (127,100,79). Sum of RGB (Red+Green+Blue) = 127+100+79=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F644F is #809BB0. Grayscale: #696969. Windows color (decimal): -8428465 or 5203071. OLE color: 5203071.
HSL color Cylindrical-coordinate representation of color #7F644F: hue angle of 26.25º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F644F is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 79 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.50 |
| HSL | 26.25º | 0.23% | 0.4% | - |
| HSV(B) | 26.25º | 0.38% | 0.5% | - |
| XYZ | 14.72 | 14.19 | 9.36 | - |
| YUV | 105.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 79 | 0 | 0.21 | 0.38 | 0.50 | 26.25 | 0.23 | 0.4 |
| Hex | 7F | 64 | 4F | 0 | 15 | 26 | 32 | 1A | 17 | 28 |
| Octal | 177 | 144 | 117 | 0 | 25 | 46 | 62 | 32 | 27 | 50 |
| Binary | 1111111 | 1100100 | 1001111 | 0 | 10101 | 100110 | 110010 | 11010 | 10111 | 101000 |
Color Harmonies of #7F644F
Complementary color
Monochromatic Colors of #7F644F
Black with #7F644F
Text Example
Text Example
White with #7F644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F644F; }
p { color: rgb(127,100,79); }
H1.HeaderClassName
{
color: #7F644F;
}
.AnyTagClassName
{
color: #7F644F;
}
</style>
background-color css
<style>
a { background-color: #7F644F; }
a { background-color: rgb(127,100,79); }
div.DivClassName
{
background-color: #7F644F;
}
.BgClassName
{
background-color: #7F644F;
}
</style>
border-color css
<style>
span { border-color: #7F644F; }
span { border-color: rgb(127,100,79); }
td.TdClassName
{
border-color: #7F644F;
}
.TagClassName
{
border-color: #7F644F;
}
</style>