Shades of Roman Coffee #7A695B
Tints of Roman Coffee #7A695B
RGB
CMYK
RGB Variations
Color information
#7A695B (or 0x7A695B) is known color: Roman Coffee. HEX triplet: 7A, 69 and 5B. RGB value is (122,105,91). Sum of RGB (Red+Green+Blue) = 122+105+91=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A695B is #8596A4. Grayscale: #6C6C6C. Windows color (decimal): -8754853 or 5990778. OLE color: 5990778.
HSL color Cylindrical-coordinate representation of color #7A695B: hue angle of 27.1º degrees, saturation: 0.15, 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 #7A695B is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 91 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.52 |
| HSL | 27.1º | 0.15% | 0.42% | - |
| HSV(B) | 27.1º | 0.25% | 0.48% | - |
| XYZ | 14.97 | 15 | 12 | - |
| YUV | 108.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 91 | 0 | 0.14 | 0.25 | 0.52 | 27.1 | 0.15 | 0.42 |
| Hex | 7A | 69 | 5B | 0 | E | 19 | 34 | 1B | F | 2A |
| Octal | 172 | 151 | 133 | 0 | 16 | 31 | 64 | 33 | 17 | 52 |
| Binary | 1111010 | 1101001 | 1011011 | 0 | 1110 | 11001 | 110100 | 11011 | 1111 | 101010 |
Color Harmonies of #7A695B
Complementary color
Monochromatic Colors of #7A695B
Black with #7A695B
Text Example
Text Example
White with #7A695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A695B; }
p { color: rgb(122,105,91); }
H1.HeaderClassName
{
color: #7A695B;
}
.AnyTagClassName
{
color: #7A695B;
}
</style>
background-color css
<style>
a { background-color: #7A695B; }
a { background-color: rgb(122,105,91); }
div.DivClassName
{
background-color: #7A695B;
}
.BgClassName
{
background-color: #7A695B;
}
</style>
border-color css
<style>
span { border-color: #7A695B; }
span { border-color: rgb(122,105,91); }
td.TdClassName
{
border-color: #7A695B;
}
.TagClassName
{
border-color: #7A695B;
}
</style>