Shades of Roman Coffee #7F6850
Tints of Roman Coffee #7F6850
RGB
CMYK
RGB Variations
Color information
#7F6850 (or 0x7F6850) is known color: Roman Coffee. HEX triplet: 7F, 68 and 50. RGB value is (127,104,80). Sum of RGB (Red+Green+Blue) = 127+104+80=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6850 is #8097AF. Grayscale: #6C6C6C. Windows color (decimal): -8427440 or 5269631. OLE color: 5269631.
HSL color Cylindrical-coordinate representation of color #7F6850: hue angle of 30.64º 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 #7F6850 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 80 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.50 |
| HSL | 30.64º | 0.23% | 0.41% | - |
| HSV(B) | 30.64º | 0.37% | 0.5% | - |
| XYZ | 15.15 | 14.99 | 9.68 | - |
| YUV | 108.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 80 | 0 | 0.18 | 0.37 | 0.50 | 30.64 | 0.23 | 0.41 |
| Hex | 7F | 68 | 50 | 0 | 12 | 25 | 32 | 1F | 17 | 29 |
| Octal | 177 | 150 | 120 | 0 | 22 | 45 | 62 | 37 | 27 | 51 |
| Binary | 1111111 | 1101000 | 1010000 | 0 | 10010 | 100101 | 110010 | 11111 | 10111 | 101001 |
Color Harmonies of #7F6850
Complementary color
Monochromatic Colors of #7F6850
Black with #7F6850
Text Example
Text Example
White with #7F6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6850; }
p { color: rgb(127,104,80); }
H1.HeaderClassName
{
color: #7F6850;
}
.AnyTagClassName
{
color: #7F6850;
}
</style>
background-color css
<style>
a { background-color: #7F6850; }
a { background-color: rgb(127,104,80); }
div.DivClassName
{
background-color: #7F6850;
}
.BgClassName
{
background-color: #7F6850;
}
</style>
border-color css
<style>
span { border-color: #7F6850; }
span { border-color: rgb(127,104,80); }
td.TdClassName
{
border-color: #7F6850;
}
.TagClassName
{
border-color: #7F6850;
}
</style>