Shades of Coffee #756852
Tints of Coffee #756852
RGB
CMYK
RGB Variations
Color information
#756852 (or 0x756852) is known color: Coffee. HEX triplet: 75, 68 and 52. RGB value is (117,104,82). Sum of RGB (Red+Green+Blue) = 117+104+82=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #756852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756852 is #8A97AD. Grayscale: #696969. Windows color (decimal): -9082798 or 5400693. OLE color: 5400693.
HSL color Cylindrical-coordinate representation of color #756852: hue angle of 37.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756852 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 104 | 82 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.54 |
| HSL | 37.71º | 0.18% | 0.39% | - |
| HSV(B) | 37.71º | 0.3% | 0.46% | - |
| XYZ | 13.81 | 14.29 | 10.01 | - |
| YUV | 105.38 | 114.81 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 104 | 82 | 0 | 0.11 | 0.30 | 0.54 | 37.71 | 0.18 | 0.39 |
| Hex | 75 | 68 | 52 | 0 | B | 1E | 36 | 26 | 12 | 27 |
| Octal | 165 | 150 | 122 | 0 | 13 | 36 | 66 | 46 | 22 | 47 |
| Binary | 1110101 | 1101000 | 1010010 | 0 | 1011 | 11110 | 110110 | 100110 | 10010 | 100111 |
Color Harmonies of #756852
Complementary color
Monochromatic Colors of #756852
Black with #756852
Text Example
Text Example
White with #756852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756852; }
p { color: rgb(117,104,82); }
H1.HeaderClassName
{
color: #756852;
}
.AnyTagClassName
{
color: #756852;
}
</style>
background-color css
<style>
a { background-color: #756852; }
a { background-color: rgb(117,104,82); }
div.DivClassName
{
background-color: #756852;
}
.BgClassName
{
background-color: #756852;
}
</style>
border-color css
<style>
span { border-color: #756852; }
span { border-color: rgb(117,104,82); }
td.TdClassName
{
border-color: #756852;
}
.TagClassName
{
border-color: #756852;
}
</style>