Shades of Roman Coffee #7A6555
Tints of Roman Coffee #7A6555
RGB
CMYK
RGB Variations
Color information
#7A6555 (or 0x7A6555) is known color: Roman Coffee. HEX triplet: 7A, 65 and 55. RGB value is (122,101,85). Sum of RGB (Red+Green+Blue) = 122+101+85=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6555 is #859AAA. Grayscale: #696969. Windows color (decimal): -8755883 or 5596538. OLE color: 5596538.
HSL color Cylindrical-coordinate representation of color #7A6555: hue angle of 25.95º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A6555 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 85 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.52 |
| HSL | 25.95º | 0.18% | 0.41% | - |
| HSV(B) | 25.95º | 0.3% | 0.48% | - |
| XYZ | 14.32 | 14.1 | 10.56 | - |
| YUV | 105.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 85 | 0 | 0.17 | 0.30 | 0.52 | 25.95 | 0.18 | 0.41 |
| Hex | 7A | 65 | 55 | 0 | 11 | 1E | 34 | 1A | 12 | 29 |
| Octal | 172 | 145 | 125 | 0 | 21 | 36 | 64 | 32 | 22 | 51 |
| Binary | 1111010 | 1100101 | 1010101 | 0 | 10001 | 11110 | 110100 | 11010 | 10010 | 101001 |
Color Harmonies of #7A6555
Complementary color
Monochromatic Colors of #7A6555
Black with #7A6555
Text Example
Text Example
White with #7A6555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6555; }
p { color: rgb(122,101,85); }
H1.HeaderClassName
{
color: #7A6555;
}
.AnyTagClassName
{
color: #7A6555;
}
</style>
background-color css
<style>
a { background-color: #7A6555; }
a { background-color: rgb(122,101,85); }
div.DivClassName
{
background-color: #7A6555;
}
.BgClassName
{
background-color: #7A6555;
}
</style>
border-color css
<style>
span { border-color: #7A6555; }
span { border-color: rgb(122,101,85); }
td.TdClassName
{
border-color: #7A6555;
}
.TagClassName
{
border-color: #7A6555;
}
</style>