Shades of Roman Coffee #7A5F51
Tints of Roman Coffee #7A5F51
RGB
CMYK
RGB Variations
Color information
#7A5F51 (or 0x7A5F51) is known color: Roman Coffee. HEX triplet: 7A, 5F and 51. RGB value is (122,95,81). Sum of RGB (Red+Green+Blue) = 122+95+81=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F51 is #85A0AE. Grayscale: #656565. Windows color (decimal): -8757423 or 5332858. OLE color: 5332858.
HSL color Cylindrical-coordinate representation of color #7A5F51: hue angle of 20.49º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A5F51 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 81 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.52 |
| HSL | 20.49º | 0.2% | 0.4% | - |
| HSV(B) | 20.49º | 0.34% | 0.48% | - |
| XYZ | 13.6 | 12.92 | 9.56 | - |
| YUV | 101.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 81 | 0 | 0.22 | 0.34 | 0.52 | 20.49 | 0.2 | 0.4 |
| Hex | 7A | 5F | 51 | 0 | 16 | 22 | 34 | 14 | 14 | 28 |
| Octal | 172 | 137 | 121 | 0 | 26 | 42 | 64 | 24 | 24 | 50 |
| Binary | 1111010 | 1011111 | 1010001 | 0 | 10110 | 100010 | 110100 | 10100 | 10100 | 101000 |
Color Harmonies of #7A5F51
Complementary color
Monochromatic Colors of #7A5F51
Black with #7A5F51
Text Example
Text Example
White with #7A5F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F51; }
p { color: rgb(122,95,81); }
H1.HeaderClassName
{
color: #7A5F51;
}
.AnyTagClassName
{
color: #7A5F51;
}
</style>
background-color css
<style>
a { background-color: #7A5F51; }
a { background-color: rgb(122,95,81); }
div.DivClassName
{
background-color: #7A5F51;
}
.BgClassName
{
background-color: #7A5F51;
}
</style>
border-color css
<style>
span { border-color: #7A5F51; }
span { border-color: rgb(122,95,81); }
td.TdClassName
{
border-color: #7A5F51;
}
.TagClassName
{
border-color: #7A5F51;
}
</style>