Shades of Roman Coffee #7D6558
Tints of Roman Coffee #7D6558
RGB
CMYK
RGB Variations
Color information
#7D6558 (or 0x7D6558) is known color: Roman Coffee. HEX triplet: 7D, 65 and 58. RGB value is (125,101,88). Sum of RGB (Red+Green+Blue) = 125+101+88=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6558 is #829AA7. Grayscale: #6A6A6A. Windows color (decimal): -8559272 or 5793149. OLE color: 5793149.
HSL color Cylindrical-coordinate representation of color #7D6558: hue angle of 21.08º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D6558 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 101 | 88 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.51 |
| HSL | 21.08º | 0.17% | 0.42% | - |
| HSV(B) | 21.08º | 0.3% | 0.49% | - |
| XYZ | 14.87 | 14.37 | 11.22 | - |
| YUV | 106.69 | 117.45 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 88 | 0 | 0.19 | 0.30 | 0.51 | 21.08 | 0.17 | 0.42 |
| Hex | 7D | 65 | 58 | 0 | 13 | 1E | 33 | 15 | 11 | 2A |
| Octal | 175 | 145 | 130 | 0 | 23 | 36 | 63 | 25 | 21 | 52 |
| Binary | 1111101 | 1100101 | 1011000 | 0 | 10011 | 11110 | 110011 | 10101 | 10001 | 101010 |
Color Harmonies of #7D6558
Complementary color
Monochromatic Colors of #7D6558
Black with #7D6558
Text Example
Text Example
White with #7D6558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6558; }
p { color: rgb(125,101,88); }
H1.HeaderClassName
{
color: #7D6558;
}
.AnyTagClassName
{
color: #7D6558;
}
</style>
background-color css
<style>
a { background-color: #7D6558; }
a { background-color: rgb(125,101,88); }
div.DivClassName
{
background-color: #7D6558;
}
.BgClassName
{
background-color: #7D6558;
}
</style>
border-color css
<style>
span { border-color: #7D6558; }
span { border-color: rgb(125,101,88); }
td.TdClassName
{
border-color: #7D6558;
}
.TagClassName
{
border-color: #7D6558;
}
</style>