Shades of Roman Coffee #795F4E
Tints of Roman Coffee #795F4E
RGB
CMYK
RGB Variations
Color information
#795F4E (or 0x795F4E) is known color: Roman Coffee. HEX triplet: 79, 5F and 4E. RGB value is (121,95,78). Sum of RGB (Red+Green+Blue) = 121+95+78=294 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.16% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 121 - color contains mainly: red. Hex color #795F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795F4E is #86A0B1. Grayscale: #646464. Windows color (decimal): -8822962 or 5136249. OLE color: 5136249.
HSL color Cylindrical-coordinate representation of color #795F4E: hue angle of 23.72º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #795F4E is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 95 | 78 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.53 |
| HSL | 23.72º | 0.22% | 0.39% | - |
| HSV(B) | 23.72º | 0.36% | 0.47% | - |
| XYZ | 13.35 | 12.8 | 8.97 | - |
| YUV | 100.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 95 | 78 | 0 | 0.21 | 0.36 | 0.53 | 23.72 | 0.22 | 0.39 |
| Hex | 79 | 5F | 4E | 0 | 15 | 24 | 35 | 18 | 16 | 27 |
| Octal | 171 | 137 | 116 | 0 | 25 | 44 | 65 | 30 | 26 | 47 |
| Binary | 1111001 | 1011111 | 1001110 | 0 | 10101 | 100100 | 110101 | 11000 | 10110 | 100111 |
Color Harmonies of #795F4E
Complementary color
Monochromatic Colors of #795F4E
Black with #795F4E
Text Example
Text Example
White with #795F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795F4E; }
p { color: rgb(121,95,78); }
H1.HeaderClassName
{
color: #795F4E;
}
.AnyTagClassName
{
color: #795F4E;
}
</style>
background-color css
<style>
a { background-color: #795F4E; }
a { background-color: rgb(121,95,78); }
div.DivClassName
{
background-color: #795F4E;
}
.BgClassName
{
background-color: #795F4E;
}
</style>
border-color css
<style>
span { border-color: #795F4E; }
span { border-color: rgb(121,95,78); }
td.TdClassName
{
border-color: #795F4E;
}
.TagClassName
{
border-color: #795F4E;
}
</style>