Shades of Roman Coffee #7A6554
Tints of Roman Coffee #7A6554
RGB
CMYK
RGB Variations
Color information
#7A6554 (or 0x7A6554) is known color: Roman Coffee. HEX triplet: 7A, 65 and 54. RGB value is (122,101,84). Sum of RGB (Red+Green+Blue) = 122+101+84=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6554 is #859AAB. Grayscale: #696969. Windows color (decimal): -8755884 or 5531002. OLE color: 5531002.
HSL color Cylindrical-coordinate representation of color #7A6554: hue angle of 26.84º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A6554 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 84 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.52 |
| HSL | 26.84º | 0.18% | 0.4% | - |
| HSV(B) | 26.84º | 0.31% | 0.48% | - |
| XYZ | 14.28 | 14.09 | 10.35 | - |
| YUV | 105.34 | 115.96 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 84 | 0 | 0.17 | 0.31 | 0.52 | 26.84 | 0.18 | 0.4 |
| Hex | 7A | 65 | 54 | 0 | 11 | 1F | 34 | 1B | 12 | 28 |
| Octal | 172 | 145 | 124 | 0 | 21 | 37 | 64 | 33 | 22 | 50 |
| Binary | 1111010 | 1100101 | 1010100 | 0 | 10001 | 11111 | 110100 | 11011 | 10010 | 101000 |
Color Harmonies of #7A6554
Complementary color
Monochromatic Colors of #7A6554
Black with #7A6554
Text Example
Text Example
White with #7A6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6554; }
p { color: rgb(122,101,84); }
H1.HeaderClassName
{
color: #7A6554;
}
.AnyTagClassName
{
color: #7A6554;
}
</style>
background-color css
<style>
a { background-color: #7A6554; }
a { background-color: rgb(122,101,84); }
div.DivClassName
{
background-color: #7A6554;
}
.BgClassName
{
background-color: #7A6554;
}
</style>
border-color css
<style>
span { border-color: #7A6554; }
span { border-color: rgb(122,101,84); }
td.TdClassName
{
border-color: #7A6554;
}
.TagClassName
{
border-color: #7A6554;
}
</style>