Shades of Roman Coffee #7D6959
Tints of Roman Coffee #7D6959
RGB
CMYK
RGB Variations
Color information
#7D6959 (or 0x7D6959) is known color: Roman Coffee. HEX triplet: 7D, 69 and 59. RGB value is (125,105,89). Sum of RGB (Red+Green+Blue) = 125+105+89=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6959 is #8296A6. Grayscale: #6D6D6D. Windows color (decimal): -8558247 or 5859709. OLE color: 5859709.
HSL color Cylindrical-coordinate representation of color #7D6959: hue angle of 26.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D6959 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 105 | 89 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.51 |
| HSL | 26.67º | 0.17% | 0.42% | - |
| HSV(B) | 26.67º | 0.29% | 0.49% | - |
| XYZ | 15.31 | 15.18 | 11.58 | - |
| YUV | 109.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 89 | 0 | 0.16 | 0.29 | 0.51 | 26.67 | 0.17 | 0.42 |
| Hex | 7D | 69 | 59 | 0 | 10 | 1D | 33 | 1B | 11 | 2A |
| Octal | 175 | 151 | 131 | 0 | 20 | 35 | 63 | 33 | 21 | 52 |
| Binary | 1111101 | 1101001 | 1011001 | 0 | 10000 | 11101 | 110011 | 11011 | 10001 | 101010 |
Color Harmonies of #7D6959
Complementary color
Monochromatic Colors of #7D6959
Black with #7D6959
Text Example
Text Example
White with #7D6959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6959; }
p { color: rgb(125,105,89); }
H1.HeaderClassName
{
color: #7D6959;
}
.AnyTagClassName
{
color: #7D6959;
}
</style>
background-color css
<style>
a { background-color: #7D6959; }
a { background-color: rgb(125,105,89); }
div.DivClassName
{
background-color: #7D6959;
}
.BgClassName
{
background-color: #7D6959;
}
</style>
border-color css
<style>
span { border-color: #7D6959; }
span { border-color: rgb(125,105,89); }
td.TdClassName
{
border-color: #7D6959;
}
.TagClassName
{
border-color: #7D6959;
}
</style>