Shades of Roman Coffee #7D695C
Tints of Roman Coffee #7D695C
RGB
CMYK
RGB Variations
Color information
#7D695C (or 0x7D695C) is known color: Roman Coffee. HEX triplet: 7D, 69 and 5C. RGB value is (125,105,92). Sum of RGB (Red+Green+Blue) = 125+105+92=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 125 - color contains mainly: red. Hex color #7D695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D695C is #8296A3. Grayscale: #6D6D6D. Windows color (decimal): -8558244 or 6056317. OLE color: 6056317.
HSL color Cylindrical-coordinate representation of color #7D695C: hue angle of 23.64º 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 #7D695C is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 105 | 92 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.51 |
| HSL | 23.64º | 0.15% | 0.43% | - |
| HSV(B) | 23.64º | 0.26% | 0.49% | - |
| XYZ | 15.44 | 15.24 | 12.25 | - |
| YUV | 109.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 92 | 0 | 0.16 | 0.26 | 0.51 | 23.64 | 0.15 | 0.43 |
| Hex | 7D | 69 | 5C | 0 | 10 | 1A | 33 | 18 | F | 2B |
| Octal | 175 | 151 | 134 | 0 | 20 | 32 | 63 | 30 | 17 | 53 |
| Binary | 1111101 | 1101001 | 1011100 | 0 | 10000 | 11010 | 110011 | 11000 | 1111 | 101011 |
Color Harmonies of #7D695C
Complementary color
Monochromatic Colors of #7D695C
Black with #7D695C
Text Example
Text Example
White with #7D695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D695C; }
p { color: rgb(125,105,92); }
H1.HeaderClassName
{
color: #7D695C;
}
.AnyTagClassName
{
color: #7D695C;
}
</style>
background-color css
<style>
a { background-color: #7D695C; }
a { background-color: rgb(125,105,92); }
div.DivClassName
{
background-color: #7D695C;
}
.BgClassName
{
background-color: #7D695C;
}
</style>
border-color css
<style>
span { border-color: #7D695C; }
span { border-color: rgb(125,105,92); }
td.TdClassName
{
border-color: #7D695C;
}
.TagClassName
{
border-color: #7D695C;
}
</style>