Shades of Roman Coffee #7D6351
Tints of Roman Coffee #7D6351
RGB
CMYK
RGB Variations
Color information
#7D6351 (or 0x7D6351) is known color: Roman Coffee. HEX triplet: 7D, 63 and 51. RGB value is (125,99,81). Sum of RGB (Red+Green+Blue) = 125+99+81=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6351 is #829CAE. Grayscale: #686868. Windows color (decimal): -8559791 or 5333885. OLE color: 5333885.
HSL color Cylindrical-coordinate representation of color #7D6351: hue angle of 24.55º 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 #7D6351 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 99 | 81 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.51 |
| HSL | 24.55º | 0.21% | 0.4% | - |
| HSV(B) | 24.55º | 0.35% | 0.49% | - |
| XYZ | 14.4 | 13.88 | 9.7 | - |
| YUV | 104.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 81 | 0 | 0.21 | 0.35 | 0.51 | 24.55 | 0.21 | 0.4 |
| Hex | 7D | 63 | 51 | 0 | 15 | 23 | 33 | 19 | 15 | 28 |
| Octal | 175 | 143 | 121 | 0 | 25 | 43 | 63 | 31 | 25 | 50 |
| Binary | 1111101 | 1100011 | 1010001 | 0 | 10101 | 100011 | 110011 | 11001 | 10101 | 101000 |
Color Harmonies of #7D6351
Complementary color
Monochromatic Colors of #7D6351
Black with #7D6351
Text Example
Text Example
White with #7D6351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6351; }
p { color: rgb(125,99,81); }
H1.HeaderClassName
{
color: #7D6351;
}
.AnyTagClassName
{
color: #7D6351;
}
</style>
background-color css
<style>
a { background-color: #7D6351; }
a { background-color: rgb(125,99,81); }
div.DivClassName
{
background-color: #7D6351;
}
.BgClassName
{
background-color: #7D6351;
}
</style>
border-color css
<style>
span { border-color: #7D6351; }
span { border-color: rgb(125,99,81); }
td.TdClassName
{
border-color: #7D6351;
}
.TagClassName
{
border-color: #7D6351;
}
</style>