Shades of Coffee #756A53
Tints of Coffee #756A53
RGB
CMYK
RGB Variations
Color information
#756A53 (or 0x756A53) is known color: Coffee. HEX triplet: 75, 6A and 53. RGB value is (117,106,83). Sum of RGB (Red+Green+Blue) = 117+106+83=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #756A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A53 is #8A95AC. Grayscale: #6A6A6A. Windows color (decimal): -9082285 or 5466741. OLE color: 5466741.
HSL color Cylindrical-coordinate representation of color #756A53: hue angle of 40.59º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #756A53 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 83 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.54 |
| HSL | 40.59º | 0.17% | 0.39% | - |
| HSV(B) | 40.59º | 0.29% | 0.46% | - |
| XYZ | 14.05 | 14.71 | 10.28 | - |
| YUV | 106.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 83 | 0 | 0.09 | 0.29 | 0.54 | 40.59 | 0.17 | 0.39 |
| Hex | 75 | 6A | 53 | 0 | 9 | 1D | 36 | 29 | 11 | 27 |
| Octal | 165 | 152 | 123 | 0 | 11 | 35 | 66 | 51 | 21 | 47 |
| Binary | 1110101 | 1101010 | 1010011 | 0 | 1001 | 11101 | 110110 | 101001 | 10001 | 100111 |
Color Harmonies of #756A53
Complementary color
Monochromatic Colors of #756A53
Black with #756A53
Text Example
Text Example
White with #756A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A53; }
p { color: rgb(117,106,83); }
H1.HeaderClassName
{
color: #756A53;
}
.AnyTagClassName
{
color: #756A53;
}
</style>
background-color css
<style>
a { background-color: #756A53; }
a { background-color: rgb(117,106,83); }
div.DivClassName
{
background-color: #756A53;
}
.BgClassName
{
background-color: #756A53;
}
</style>
border-color css
<style>
span { border-color: #756A53; }
span { border-color: rgb(117,106,83); }
td.TdClassName
{
border-color: #756A53;
}
.TagClassName
{
border-color: #756A53;
}
</style>