Shades of Roman Coffee #7D6955
Tints of Roman Coffee #7D6955
RGB
CMYK
RGB Variations
Color information
#7D6955 (or 0x7D6955) is known color: Roman Coffee. HEX triplet: 7D, 69 and 55. RGB value is (125,105,85). Sum of RGB (Red+Green+Blue) = 125+105+85=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6955 is #8296AA. Grayscale: #6C6C6C. Windows color (decimal): -8558251 or 5597565. OLE color: 5597565.
HSL color Cylindrical-coordinate representation of color #7D6955: hue angle of 30º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7D6955 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 105 | 85 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.51 |
| HSL | 30º | 0.19% | 0.41% | - |
| HSV(B) | 30º | 0.32% | 0.49% | - |
| XYZ | 15.15 | 15.12 | 10.71 | - |
| YUV | 108.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 85 | 0 | 0.16 | 0.32 | 0.51 | 30 | 0.19 | 0.41 |
| Hex | 7D | 69 | 55 | 0 | 10 | 20 | 33 | 1E | 13 | 29 |
| Octal | 175 | 151 | 125 | 0 | 20 | 40 | 63 | 36 | 23 | 51 |
| Binary | 1111101 | 1101001 | 1010101 | 0 | 10000 | 100000 | 110011 | 11110 | 10011 | 101001 |
Color Harmonies of #7D6955
Complementary color
Monochromatic Colors of #7D6955
Black with #7D6955
Text Example
Text Example
White with #7D6955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6955; }
p { color: rgb(125,105,85); }
H1.HeaderClassName
{
color: #7D6955;
}
.AnyTagClassName
{
color: #7D6955;
}
</style>
background-color css
<style>
a { background-color: #7D6955; }
a { background-color: rgb(125,105,85); }
div.DivClassName
{
background-color: #7D6955;
}
.BgClassName
{
background-color: #7D6955;
}
</style>
border-color css
<style>
span { border-color: #7D6955; }
span { border-color: rgb(125,105,85); }
td.TdClassName
{
border-color: #7D6955;
}
.TagClassName
{
border-color: #7D6955;
}
</style>