Shades of Roman Coffee #7C695A
Tints of Roman Coffee #7C695A
RGB
CMYK
RGB Variations
Color information
#7C695A (or 0x7C695A) is known color: Roman Coffee. HEX triplet: 7C, 69 and 5A. RGB value is (124,105,90). Sum of RGB (Red+Green+Blue) = 124+105+90=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 124 - color contains mainly: red. Hex color #7C695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C695A is #8396A5. Grayscale: #6D6D6D. Windows color (decimal): -8623782 or 5925244. OLE color: 5925244.
HSL color Cylindrical-coordinate representation of color #7C695A: hue angle of 26.47º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C695A is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 105 | 90 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.51 |
| HSL | 26.47º | 0.16% | 0.42% | - |
| HSV(B) | 26.47º | 0.27% | 0.49% | - |
| XYZ | 15.21 | 15.13 | 11.79 | - |
| YUV | 108.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 90 | 0 | 0.15 | 0.27 | 0.51 | 26.47 | 0.16 | 0.42 |
| Hex | 7C | 69 | 5A | 0 | F | 1B | 33 | 1A | 10 | 2A |
| Octal | 174 | 151 | 132 | 0 | 17 | 33 | 63 | 32 | 20 | 52 |
| Binary | 1111100 | 1101001 | 1011010 | 0 | 1111 | 11011 | 110011 | 11010 | 10000 | 101010 |
Color Harmonies of #7C695A
Complementary color
Monochromatic Colors of #7C695A
Black with #7C695A
Text Example
Text Example
White with #7C695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C695A; }
p { color: rgb(124,105,90); }
H1.HeaderClassName
{
color: #7C695A;
}
.AnyTagClassName
{
color: #7C695A;
}
</style>
background-color css
<style>
a { background-color: #7C695A; }
a { background-color: rgb(124,105,90); }
div.DivClassName
{
background-color: #7C695A;
}
.BgClassName
{
background-color: #7C695A;
}
</style>
border-color css
<style>
span { border-color: #7C695A; }
span { border-color: rgb(124,105,90); }
td.TdClassName
{
border-color: #7C695A;
}
.TagClassName
{
border-color: #7C695A;
}
</style>