Shades of Roman Coffee #7D685C
Tints of Roman Coffee #7D685C
RGB
CMYK
RGB Variations
Color information
#7D685C (or 0x7D685C) is known color: Roman Coffee. HEX triplet: 7D, 68 and 5C. RGB value is (125,104,92). Sum of RGB (Red+Green+Blue) = 125+104+92=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 125 - color contains mainly: red. Hex color #7D685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D685C is #8297A3. Grayscale: #6C6C6C. Windows color (decimal): -8558500 or 6056061. OLE color: 6056061.
HSL color Cylindrical-coordinate representation of color #7D685C: hue angle of 21.82º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D685C is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 104 | 92 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.51 |
| HSL | 21.82º | 0.15% | 0.43% | - |
| HSV(B) | 21.82º | 0.26% | 0.49% | - |
| XYZ | 15.34 | 15.03 | 12.22 | - |
| YUV | 108.91 | 118.46 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 92 | 0 | 0.17 | 0.26 | 0.51 | 21.82 | 0.15 | 0.43 |
| Hex | 7D | 68 | 5C | 0 | 11 | 1A | 33 | 16 | F | 2B |
| Octal | 175 | 150 | 134 | 0 | 21 | 32 | 63 | 26 | 17 | 53 |
| Binary | 1111101 | 1101000 | 1011100 | 0 | 10001 | 11010 | 110011 | 10110 | 1111 | 101011 |
Color Harmonies of #7D685C
Complementary color
Monochromatic Colors of #7D685C
Black with #7D685C
Text Example
Text Example
White with #7D685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D685C; }
p { color: rgb(125,104,92); }
H1.HeaderClassName
{
color: #7D685C;
}
.AnyTagClassName
{
color: #7D685C;
}
</style>
background-color css
<style>
a { background-color: #7D685C; }
a { background-color: rgb(125,104,92); }
div.DivClassName
{
background-color: #7D685C;
}
.BgClassName
{
background-color: #7D685C;
}
</style>
border-color css
<style>
span { border-color: #7D685C; }
span { border-color: rgb(125,104,92); }
td.TdClassName
{
border-color: #7D685C;
}
.TagClassName
{
border-color: #7D685C;
}
</style>