Shades of Roman Coffee #7A665B
Tints of Roman Coffee #7A665B
RGB
CMYK
RGB Variations
Color information
#7A665B (or 0x7A665B) is known color: Roman Coffee. HEX triplet: 7A, 66 and 5B. RGB value is (122,102,91). Sum of RGB (Red+Green+Blue) = 122+102+91=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A665B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A665B is #8599A4. Grayscale: #6A6A6A. Windows color (decimal): -8755621 or 5990010. OLE color: 5990010.
HSL color Cylindrical-coordinate representation of color #7A665B: hue angle of 21.29º 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 #7A665B is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 91 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.52 |
| HSL | 21.29º | 0.15% | 0.42% | - |
| HSV(B) | 21.29º | 0.25% | 0.48% | - |
| XYZ | 14.67 | 14.4 | 11.9 | - |
| YUV | 106.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 91 | 0 | 0.16 | 0.25 | 0.52 | 21.29 | 0.15 | 0.42 |
| Hex | 7A | 66 | 5B | 0 | 10 | 19 | 34 | 15 | F | 2A |
| Octal | 172 | 146 | 133 | 0 | 20 | 31 | 64 | 25 | 17 | 52 |
| Binary | 1111010 | 1100110 | 1011011 | 0 | 10000 | 11001 | 110100 | 10101 | 1111 | 101010 |
Color Harmonies of #7A665B
Complementary color
Monochromatic Colors of #7A665B
Black with #7A665B
Text Example
Text Example
White with #7A665B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A665B; }
p { color: rgb(122,102,91); }
H1.HeaderClassName
{
color: #7A665B;
}
.AnyTagClassName
{
color: #7A665B;
}
</style>
background-color css
<style>
a { background-color: #7A665B; }
a { background-color: rgb(122,102,91); }
div.DivClassName
{
background-color: #7A665B;
}
.BgClassName
{
background-color: #7A665B;
}
</style>
border-color css
<style>
span { border-color: #7A665B; }
span { border-color: rgb(122,102,91); }
td.TdClassName
{
border-color: #7A665B;
}
.TagClassName
{
border-color: #7A665B;
}
</style>