Shades of Roman Coffee #7F624F
Tints of Roman Coffee #7F624F
RGB
CMYK
RGB Variations
Color information
#7F624F (or 0x7F624F) is known color: Roman Coffee. HEX triplet: 7F, 62 and 4F. RGB value is (127,98,79). Sum of RGB (Red+Green+Blue) = 127+98+79=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 127 - color contains mainly: red. Hex color #7F624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F624F is #809DB0. Grayscale: #686868. Windows color (decimal): -8428977 or 5202559. OLE color: 5202559.
HSL color Cylindrical-coordinate representation of color #7F624F: hue angle of 23.75º 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 #7F624F is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 79 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.50 |
| HSL | 23.75º | 0.23% | 0.4% | - |
| HSV(B) | 23.75º | 0.38% | 0.5% | - |
| XYZ | 14.53 | 13.81 | 9.3 | - |
| YUV | 104.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 79 | 0 | 0.23 | 0.38 | 0.50 | 23.75 | 0.23 | 0.4 |
| Hex | 7F | 62 | 4F | 0 | 17 | 26 | 32 | 18 | 17 | 28 |
| Octal | 177 | 142 | 117 | 0 | 27 | 46 | 62 | 30 | 27 | 50 |
| Binary | 1111111 | 1100010 | 1001111 | 0 | 10111 | 100110 | 110010 | 11000 | 10111 | 101000 |
Color Harmonies of #7F624F
Complementary color
Monochromatic Colors of #7F624F
Black with #7F624F
Text Example
Text Example
White with #7F624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F624F; }
p { color: rgb(127,98,79); }
H1.HeaderClassName
{
color: #7F624F;
}
.AnyTagClassName
{
color: #7F624F;
}
</style>
background-color css
<style>
a { background-color: #7F624F; }
a { background-color: rgb(127,98,79); }
div.DivClassName
{
background-color: #7F624F;
}
.BgClassName
{
background-color: #7F624F;
}
</style>
border-color css
<style>
span { border-color: #7F624F; }
span { border-color: rgb(127,98,79); }
td.TdClassName
{
border-color: #7F624F;
}
.TagClassName
{
border-color: #7F624F;
}
</style>