Shades of Coffee #706758
Tints of Coffee #706758
RGB
CMYK
RGB Variations
Color information
#706758 (or 0x706758) is known color: Coffee. HEX triplet: 70, 67 and 58. RGB value is (112,103,88). Sum of RGB (Red+Green+Blue) = 112+103+88=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #706758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706758 is #8F98A7. Grayscale: #686868. Windows color (decimal): -9410728 or 5793648. OLE color: 5793648.
HSL color Cylindrical-coordinate representation of color #706758: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #706758 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 88 | - |
| CMYK | 0 | 0.08 | 0.21 | 0.56 |
| HSL | 37.5º | 0.12% | 0.39% | - |
| HSV(B) | 37.5º | 0.21% | 0.44% | - |
| XYZ | 13.29 | 13.85 | 11.21 | - |
| YUV | 103.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 88 | 0 | 0.08 | 0.21 | 0.56 | 37.5 | 0.12 | 0.39 |
| Hex | 70 | 67 | 58 | 0 | 8 | 15 | 38 | 26 | C | 27 |
| Octal | 160 | 147 | 130 | 0 | 10 | 25 | 70 | 46 | 14 | 47 |
| Binary | 1110000 | 1100111 | 1011000 | 0 | 1000 | 10101 | 111000 | 100110 | 1100 | 100111 |
Color Harmonies of #706758
Complementary color
Monochromatic Colors of #706758
Black with #706758
Text Example
Text Example
White with #706758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706758; }
p { color: rgb(112,103,88); }
H1.HeaderClassName
{
color: #706758;
}
.AnyTagClassName
{
color: #706758;
}
</style>
background-color css
<style>
a { background-color: #706758; }
a { background-color: rgb(112,103,88); }
div.DivClassName
{
background-color: #706758;
}
.BgClassName
{
background-color: #706758;
}
</style>
border-color css
<style>
span { border-color: #706758; }
span { border-color: rgb(112,103,88); }
td.TdClassName
{
border-color: #706758;
}
.TagClassName
{
border-color: #706758;
}
</style>