Shades of Roman Coffee #7D6350
Tints of Roman Coffee #7D6350
RGB
CMYK
RGB Variations
Color information
#7D6350 (or 0x7D6350) is known color: Roman Coffee. HEX triplet: 7D, 63 and 50. RGB value is (125,99,80). Sum of RGB (Red+Green+Blue) = 125+99+80=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6350 is #829CAF. Grayscale: #686868. Windows color (decimal): -8559792 or 5268349. OLE color: 5268349.
HSL color Cylindrical-coordinate representation of color #7D6350: hue angle of 25.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D6350 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 99 | 80 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.51 |
| HSL | 25.33º | 0.22% | 0.4% | - |
| HSV(B) | 25.33º | 0.36% | 0.49% | - |
| XYZ | 14.37 | 13.86 | 9.51 | - |
| YUV | 104.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 99 | 80 | 0 | 0.21 | 0.36 | 0.51 | 25.33 | 0.22 | 0.4 |
| Hex | 7D | 63 | 50 | 0 | 15 | 24 | 33 | 19 | 16 | 28 |
| Octal | 175 | 143 | 120 | 0 | 25 | 44 | 63 | 31 | 26 | 50 |
| Binary | 1111101 | 1100011 | 1010000 | 0 | 10101 | 100100 | 110011 | 11001 | 10110 | 101000 |
Color Harmonies of #7D6350
Complementary color
Monochromatic Colors of #7D6350
Black with #7D6350
Text Example
Text Example
White with #7D6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6350; }
p { color: rgb(125,99,80); }
H1.HeaderClassName
{
color: #7D6350;
}
.AnyTagClassName
{
color: #7D6350;
}
</style>
background-color css
<style>
a { background-color: #7D6350; }
a { background-color: rgb(125,99,80); }
div.DivClassName
{
background-color: #7D6350;
}
.BgClassName
{
background-color: #7D6350;
}
</style>
border-color css
<style>
span { border-color: #7D6350; }
span { border-color: rgb(125,99,80); }
td.TdClassName
{
border-color: #7D6350;
}
.TagClassName
{
border-color: #7D6350;
}
</style>