Shades of Roman Coffee #7A675C
Tints of Roman Coffee #7A675C
RGB
CMYK
RGB Variations
Color information
#7A675C (or 0x7A675C) is known color: Roman Coffee. HEX triplet: 7A, 67 and 5C. RGB value is (122,103,92). Sum of RGB (Red+Green+Blue) = 122+103+92=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A675C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A675C is #8598A3. Grayscale: #6B6B6B. Windows color (decimal): -8755364 or 6055802. OLE color: 6055802.
HSL color Cylindrical-coordinate representation of color #7A675C: hue angle of 22º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A675C is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 92 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.52 |
| HSL | 22º | 0.14% | 0.42% | - |
| HSV(B) | 22º | 0.25% | 0.48% | - |
| XYZ | 14.81 | 14.61 | 12.16 | - |
| YUV | 107.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 92 | 0 | 0.16 | 0.25 | 0.52 | 22 | 0.14 | 0.42 |
| Hex | 7A | 67 | 5C | 0 | 10 | 19 | 34 | 16 | E | 2A |
| Octal | 172 | 147 | 134 | 0 | 20 | 31 | 64 | 26 | 16 | 52 |
| Binary | 1111010 | 1100111 | 1011100 | 0 | 10000 | 11001 | 110100 | 10110 | 1110 | 101010 |
Color Harmonies of #7A675C
Complementary color
Monochromatic Colors of #7A675C
Black with #7A675C
Text Example
Text Example
White with #7A675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A675C; }
p { color: rgb(122,103,92); }
H1.HeaderClassName
{
color: #7A675C;
}
.AnyTagClassName
{
color: #7A675C;
}
</style>
background-color css
<style>
a { background-color: #7A675C; }
a { background-color: rgb(122,103,92); }
div.DivClassName
{
background-color: #7A675C;
}
.BgClassName
{
background-color: #7A675C;
}
</style>
border-color css
<style>
span { border-color: #7A675C; }
span { border-color: rgb(122,103,92); }
td.TdClassName
{
border-color: #7A675C;
}
.TagClassName
{
border-color: #7A675C;
}
</style>