Shades of Roman Coffee #7F6250
Tints of Roman Coffee #7F6250
RGB
CMYK
RGB Variations
Color information
#7F6250 (or 0x7F6250) is known color: Roman Coffee. HEX triplet: 7F, 62 and 50. RGB value is (127,98,80). Sum of RGB (Red+Green+Blue) = 127+98+80=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6250 is #809DAF. Grayscale: #686868. Windows color (decimal): -8428976 or 5268095. OLE color: 5268095.
HSL color Cylindrical-coordinate representation of color #7F6250: hue angle of 22.98º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F6250 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 80 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.50 |
| HSL | 22.98º | 0.23% | 0.41% | - |
| HSV(B) | 22.98º | 0.37% | 0.5% | - |
| XYZ | 14.57 | 13.83 | 9.49 | - |
| YUV | 104.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 80 | 0 | 0.23 | 0.37 | 0.50 | 22.98 | 0.23 | 0.41 |
| Hex | 7F | 62 | 50 | 0 | 17 | 25 | 32 | 17 | 17 | 29 |
| Octal | 177 | 142 | 120 | 0 | 27 | 45 | 62 | 27 | 27 | 51 |
| Binary | 1111111 | 1100010 | 1010000 | 0 | 10111 | 100101 | 110010 | 10111 | 10111 | 101001 |
Color Harmonies of #7F6250
Complementary color
Monochromatic Colors of #7F6250
Black with #7F6250
Text Example
Text Example
White with #7F6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6250; }
p { color: rgb(127,98,80); }
H1.HeaderClassName
{
color: #7F6250;
}
.AnyTagClassName
{
color: #7F6250;
}
</style>
background-color css
<style>
a { background-color: #7F6250; }
a { background-color: rgb(127,98,80); }
div.DivClassName
{
background-color: #7F6250;
}
.BgClassName
{
background-color: #7F6250;
}
</style>
border-color css
<style>
span { border-color: #7F6250; }
span { border-color: rgb(127,98,80); }
td.TdClassName
{
border-color: #7F6250;
}
.TagClassName
{
border-color: #7F6250;
}
</style>