Shades of Roman Coffee #7F685A
Tints of Roman Coffee #7F685A
RGB
CMYK
RGB Variations
Color information
#7F685A (or 0x7F685A) is known color: Roman Coffee. HEX triplet: 7F, 68 and 5A. RGB value is (127,104,90). Sum of RGB (Red+Green+Blue) = 127+104+90=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 127 - color contains mainly: red. Hex color #7F685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F685A is #8097A5. Grayscale: #6D6D6D. Windows color (decimal): -8427430 or 5924991. OLE color: 5924991.
HSL color Cylindrical-coordinate representation of color #7F685A: hue angle of 22.7º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F685A is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 90 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.50 |
| HSL | 22.7º | 0.17% | 0.43% | - |
| HSV(B) | 22.7º | 0.29% | 0.5% | - |
| XYZ | 15.55 | 15.15 | 11.78 | - |
| YUV | 109.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 90 | 0 | 0.18 | 0.29 | 0.50 | 22.7 | 0.17 | 0.43 |
| Hex | 7F | 68 | 5A | 0 | 12 | 1D | 32 | 17 | 11 | 2B |
| Octal | 177 | 150 | 132 | 0 | 22 | 35 | 62 | 27 | 21 | 53 |
| Binary | 1111111 | 1101000 | 1011010 | 0 | 10010 | 11101 | 110010 | 10111 | 10001 | 101011 |
Color Harmonies of #7F685A
Complementary color
Monochromatic Colors of #7F685A
Black with #7F685A
Text Example
Text Example
White with #7F685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F685A; }
p { color: rgb(127,104,90); }
H1.HeaderClassName
{
color: #7F685A;
}
.AnyTagClassName
{
color: #7F685A;
}
</style>
background-color css
<style>
a { background-color: #7F685A; }
a { background-color: rgb(127,104,90); }
div.DivClassName
{
background-color: #7F685A;
}
.BgClassName
{
background-color: #7F685A;
}
</style>
border-color css
<style>
span { border-color: #7F685A; }
span { border-color: rgb(127,104,90); }
td.TdClassName
{
border-color: #7F685A;
}
.TagClassName
{
border-color: #7F685A;
}
</style>