Shades of Roman Coffee #7B685C
Tints of Roman Coffee #7B685C
RGB
CMYK
RGB Variations
Color information
#7B685C (or 0x7B685C) is known color: Roman Coffee. HEX triplet: 7B, 68 and 5C. RGB value is (123,104,92). Sum of RGB (Red+Green+Blue) = 123+104+92=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B685C is #8497A3. Grayscale: #6C6C6C. Windows color (decimal): -8689572 or 6056059. OLE color: 6056059.
HSL color Cylindrical-coordinate representation of color #7B685C: hue angle of 23.23º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B685C is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 104 | 92 | - |
| CMYK | 0 | 0.15 | 0.25 | 0.52 |
| HSL | 23.23º | 0.14% | 0.42% | - |
| HSV(B) | 23.23º | 0.25% | 0.48% | - |
| XYZ | 15.05 | 14.88 | 12.2 | - |
| YUV | 108.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 104 | 92 | 0 | 0.15 | 0.25 | 0.52 | 23.23 | 0.14 | 0.42 |
| Hex | 7B | 68 | 5C | 0 | F | 19 | 34 | 17 | E | 2A |
| Octal | 173 | 150 | 134 | 0 | 17 | 31 | 64 | 27 | 16 | 52 |
| Binary | 1111011 | 1101000 | 1011100 | 0 | 1111 | 11001 | 110100 | 10111 | 1110 | 101010 |
Color Harmonies of #7B685C
Complementary color
Monochromatic Colors of #7B685C
Black with #7B685C
Text Example
Text Example
White with #7B685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B685C; }
p { color: rgb(123,104,92); }
H1.HeaderClassName
{
color: #7B685C;
}
.AnyTagClassName
{
color: #7B685C;
}
</style>
background-color css
<style>
a { background-color: #7B685C; }
a { background-color: rgb(123,104,92); }
div.DivClassName
{
background-color: #7B685C;
}
.BgClassName
{
background-color: #7B685C;
}
</style>
border-color css
<style>
span { border-color: #7B685C; }
span { border-color: rgb(123,104,92); }
td.TdClassName
{
border-color: #7B685C;
}
.TagClassName
{
border-color: #7B685C;
}
</style>