Shades of Roman Coffee #7A675B
Tints of Roman Coffee #7A675B
RGB
CMYK
RGB Variations
Color information
#7A675B (or 0x7A675B) is known color: Roman Coffee. HEX triplet: 7A, 67 and 5B. RGB value is (122,103,91). Sum of RGB (Red+Green+Blue) = 122+103+91=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A675B is #8598A4. Grayscale: #6B6B6B. Windows color (decimal): -8755365 or 5990266. OLE color: 5990266.
HSL color Cylindrical-coordinate representation of color #7A675B: hue angle of 23.23º 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 #7A675B is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 91 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.52 |
| HSL | 23.23º | 0.15% | 0.42% | - |
| HSV(B) | 23.23º | 0.25% | 0.48% | - |
| XYZ | 14.76 | 14.59 | 11.94 | - |
| YUV | 107.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 91 | 0 | 0.16 | 0.25 | 0.52 | 23.23 | 0.15 | 0.42 |
| Hex | 7A | 67 | 5B | 0 | 10 | 19 | 34 | 17 | F | 2A |
| Octal | 172 | 147 | 133 | 0 | 20 | 31 | 64 | 27 | 17 | 52 |
| Binary | 1111010 | 1100111 | 1011011 | 0 | 10000 | 11001 | 110100 | 10111 | 1111 | 101010 |
Color Harmonies of #7A675B
Complementary color
Monochromatic Colors of #7A675B
Black with #7A675B
Text Example
Text Example
White with #7A675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A675B; }
p { color: rgb(122,103,91); }
H1.HeaderClassName
{
color: #7A675B;
}
.AnyTagClassName
{
color: #7A675B;
}
</style>
background-color css
<style>
a { background-color: #7A675B; }
a { background-color: rgb(122,103,91); }
div.DivClassName
{
background-color: #7A675B;
}
.BgClassName
{
background-color: #7A675B;
}
</style>
border-color css
<style>
span { border-color: #7A675B; }
span { border-color: rgb(122,103,91); }
td.TdClassName
{
border-color: #7A675B;
}
.TagClassName
{
border-color: #7A675B;
}
</style>