Shades of Roman Coffee #7C675B
Tints of Roman Coffee #7C675B
RGB
CMYK
RGB Variations
Color information
#7C675B (or 0x7C675B) is known color: Roman Coffee. HEX triplet: 7C, 67 and 5B. RGB value is (124,103,91). Sum of RGB (Red+Green+Blue) = 124+103+91=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C675B is #8398A4. Grayscale: #6B6B6B. Windows color (decimal): -8624293 or 5990268. OLE color: 5990268.
HSL color Cylindrical-coordinate representation of color #7C675B: hue angle of 21.82º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C675B is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 91 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.51 |
| HSL | 21.82º | 0.15% | 0.42% | - |
| HSV(B) | 21.82º | 0.27% | 0.49% | - |
| XYZ | 15.05 | 14.74 | 11.95 | - |
| YUV | 107.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 91 | 0 | 0.17 | 0.27 | 0.51 | 21.82 | 0.15 | 0.42 |
| Hex | 7C | 67 | 5B | 0 | 11 | 1B | 33 | 16 | F | 2A |
| Octal | 174 | 147 | 133 | 0 | 21 | 33 | 63 | 26 | 17 | 52 |
| Binary | 1111100 | 1100111 | 1011011 | 0 | 10001 | 11011 | 110011 | 10110 | 1111 | 101010 |
Color Harmonies of #7C675B
Complementary color
Monochromatic Colors of #7C675B
Black with #7C675B
Text Example
Text Example
White with #7C675B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C675B; }
p { color: rgb(124,103,91); }
H1.HeaderClassName
{
color: #7C675B;
}
.AnyTagClassName
{
color: #7C675B;
}
</style>
background-color css
<style>
a { background-color: #7C675B; }
a { background-color: rgb(124,103,91); }
div.DivClassName
{
background-color: #7C675B;
}
.BgClassName
{
background-color: #7C675B;
}
</style>
border-color css
<style>
span { border-color: #7C675B; }
span { border-color: rgb(124,103,91); }
td.TdClassName
{
border-color: #7C675B;
}
.TagClassName
{
border-color: #7C675B;
}
</style>