Shades of Roman Coffee #7A5F50
Tints of Roman Coffee #7A5F50
RGB
CMYK
RGB Variations
Color information
#7A5F50 (or 0x7A5F50) is known color: Roman Coffee. HEX triplet: 7A, 5F and 50. RGB value is (122,95,80). Sum of RGB (Red+Green+Blue) = 122+95+80=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F50 is #85A0AF. Grayscale: #656565. Windows color (decimal): -8757424 or 5267322. OLE color: 5267322.
HSL color Cylindrical-coordinate representation of color #7A5F50: hue angle of 21.43º degrees, saturation: 0.21, 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 #7A5F50 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 80 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.52 |
| HSL | 21.43º | 0.21% | 0.4% | - |
| HSV(B) | 21.43º | 0.34% | 0.48% | - |
| XYZ | 13.57 | 12.9 | 9.36 | - |
| YUV | 101.36 | 115.95 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 80 | 0 | 0.22 | 0.34 | 0.52 | 21.43 | 0.21 | 0.4 |
| Hex | 7A | 5F | 50 | 0 | 16 | 22 | 34 | 15 | 15 | 28 |
| Octal | 172 | 137 | 120 | 0 | 26 | 42 | 64 | 25 | 25 | 50 |
| Binary | 1111010 | 1011111 | 1010000 | 0 | 10110 | 100010 | 110100 | 10101 | 10101 | 101000 |
Color Harmonies of #7A5F50
Complementary color
Monochromatic Colors of #7A5F50
Black with #7A5F50
Text Example
Text Example
White with #7A5F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F50; }
p { color: rgb(122,95,80); }
H1.HeaderClassName
{
color: #7A5F50;
}
.AnyTagClassName
{
color: #7A5F50;
}
</style>
background-color css
<style>
a { background-color: #7A5F50; }
a { background-color: rgb(122,95,80); }
div.DivClassName
{
background-color: #7A5F50;
}
.BgClassName
{
background-color: #7A5F50;
}
</style>
border-color css
<style>
span { border-color: #7A5F50; }
span { border-color: rgb(122,95,80); }
td.TdClassName
{
border-color: #7A5F50;
}
.TagClassName
{
border-color: #7A5F50;
}
</style>