Shades of Coffee #706750
Tints of Coffee #706750
RGB
CMYK
RGB Variations
Color information
#706750 (or 0x706750) is known color: Coffee. HEX triplet: 70, 67 and 50. RGB value is (112,103,80). Sum of RGB (Red+Green+Blue) = 112+103+80=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #706750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706750 is #8F98AF. Grayscale: #676767. Windows color (decimal): -9410736 or 5269360. OLE color: 5269360.
HSL color Cylindrical-coordinate representation of color #706750: hue angle of 43.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #706750 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 80 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.56 |
| HSL | 43.13º | 0.17% | 0.38% | - |
| HSV(B) | 43.13º | 0.29% | 0.44% | - |
| XYZ | 12.98 | 13.72 | 9.55 | - |
| YUV | 103.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 80 | 0 | 0.08 | 0.29 | 0.56 | 43.13 | 0.17 | 0.38 |
| Hex | 70 | 67 | 50 | 0 | 8 | 1D | 38 | 2B | 11 | 26 |
| Octal | 160 | 147 | 120 | 0 | 10 | 35 | 70 | 53 | 21 | 46 |
| Binary | 1110000 | 1100111 | 1010000 | 0 | 1000 | 11101 | 111000 | 101011 | 10001 | 100110 |
Color Harmonies of #706750
Complementary color
Monochromatic Colors of #706750
Black with #706750
Text Example
Text Example
White with #706750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706750; }
p { color: rgb(112,103,80); }
H1.HeaderClassName
{
color: #706750;
}
.AnyTagClassName
{
color: #706750;
}
</style>
background-color css
<style>
a { background-color: #706750; }
a { background-color: rgb(112,103,80); }
div.DivClassName
{
background-color: #706750;
}
.BgClassName
{
background-color: #706750;
}
</style>
border-color css
<style>
span { border-color: #706750; }
span { border-color: rgb(112,103,80); }
td.TdClassName
{
border-color: #706750;
}
.TagClassName
{
border-color: #706750;
}
</style>