Shades of Roman Coffee #7D6957
Tints of Roman Coffee #7D6957
RGB
CMYK
RGB Variations
Color information
#7D6957 (or 0x7D6957) is known color: Roman Coffee. HEX triplet: 7D, 69 and 57. RGB value is (125,105,87). Sum of RGB (Red+Green+Blue) = 125+105+87=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6957 is #8296A8. Grayscale: #6D6D6D. Windows color (decimal): -8558249 or 5728637. OLE color: 5728637.
HSL color Cylindrical-coordinate representation of color #7D6957: hue angle of 28.42º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D6957 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 105 | 87 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.51 |
| HSL | 28.42º | 0.18% | 0.42% | - |
| HSV(B) | 28.42º | 0.3% | 0.49% | - |
| XYZ | 15.23 | 15.15 | 11.14 | - |
| YUV | 108.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 87 | 0 | 0.16 | 0.30 | 0.51 | 28.42 | 0.18 | 0.42 |
| Hex | 7D | 69 | 57 | 0 | 10 | 1E | 33 | 1C | 12 | 2A |
| Octal | 175 | 151 | 127 | 0 | 20 | 36 | 63 | 34 | 22 | 52 |
| Binary | 1111101 | 1101001 | 1010111 | 0 | 10000 | 11110 | 110011 | 11100 | 10010 | 101010 |
Color Harmonies of #7D6957
Complementary color
Monochromatic Colors of #7D6957
Black with #7D6957
Text Example
Text Example
White with #7D6957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6957; }
p { color: rgb(125,105,87); }
H1.HeaderClassName
{
color: #7D6957;
}
.AnyTagClassName
{
color: #7D6957;
}
</style>
background-color css
<style>
a { background-color: #7D6957; }
a { background-color: rgb(125,105,87); }
div.DivClassName
{
background-color: #7D6957;
}
.BgClassName
{
background-color: #7D6957;
}
</style>
border-color css
<style>
span { border-color: #7D6957; }
span { border-color: rgb(125,105,87); }
td.TdClassName
{
border-color: #7D6957;
}
.TagClassName
{
border-color: #7D6957;
}
</style>