Shades of Roman Coffee #7D6051
Tints of Roman Coffee #7D6051
RGB
CMYK
RGB Variations
Color information
#7D6051 (or 0x7D6051) is known color: Roman Coffee. HEX triplet: 7D, 60 and 51. RGB value is (125,96,81). Sum of RGB (Red+Green+Blue) = 125+96+81=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6051 is #829FAE. Grayscale: #676767. Windows color (decimal): -8560559 or 5333117. OLE color: 5333117.
HSL color Cylindrical-coordinate representation of color #7D6051: hue angle of 20.45º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D6051 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 96 | 81 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.51 |
| HSL | 20.45º | 0.21% | 0.4% | - |
| HSV(B) | 20.45º | 0.35% | 0.49% | - |
| XYZ | 14.13 | 13.32 | 9.61 | - |
| YUV | 102.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 96 | 81 | 0 | 0.23 | 0.35 | 0.51 | 20.45 | 0.21 | 0.4 |
| Hex | 7D | 60 | 51 | 0 | 17 | 23 | 33 | 14 | 15 | 28 |
| Octal | 175 | 140 | 121 | 0 | 27 | 43 | 63 | 24 | 25 | 50 |
| Binary | 1111101 | 1100000 | 1010001 | 0 | 10111 | 100011 | 110011 | 10100 | 10101 | 101000 |
Color Harmonies of #7D6051
Complementary color
Monochromatic Colors of #7D6051
Black with #7D6051
Text Example
Text Example
White with #7D6051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6051; }
p { color: rgb(125,96,81); }
H1.HeaderClassName
{
color: #7D6051;
}
.AnyTagClassName
{
color: #7D6051;
}
</style>
background-color css
<style>
a { background-color: #7D6051; }
a { background-color: rgb(125,96,81); }
div.DivClassName
{
background-color: #7D6051;
}
.BgClassName
{
background-color: #7D6051;
}
</style>
border-color css
<style>
span { border-color: #7D6051; }
span { border-color: rgb(125,96,81); }
td.TdClassName
{
border-color: #7D6051;
}
.TagClassName
{
border-color: #7D6051;
}
</style>