Shades of Coffee #756A50
Tints of Coffee #756A50
RGB
CMYK
RGB Variations
Color information
#756A50 (or 0x756A50) is known color: Coffee. HEX triplet: 75, 6A and 50. RGB value is (117,106,80). Sum of RGB (Red+Green+Blue) = 117+106+80=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #756A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A50 is #8A95AF. Grayscale: #6A6A6A. Windows color (decimal): -9082288 or 5270133. OLE color: 5270133.
HSL color Cylindrical-coordinate representation of color #756A50: hue angle of 42.16º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #756A50 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 80 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.54 |
| HSL | 42.16º | 0.19% | 0.39% | - |
| HSV(B) | 42.16º | 0.32% | 0.46% | - |
| XYZ | 13.94 | 14.67 | 9.69 | - |
| YUV | 106.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 80 | 0 | 0.09 | 0.32 | 0.54 | 42.16 | 0.19 | 0.39 |
| Hex | 75 | 6A | 50 | 0 | 9 | 20 | 36 | 2A | 13 | 27 |
| Octal | 165 | 152 | 120 | 0 | 11 | 40 | 66 | 52 | 23 | 47 |
| Binary | 1110101 | 1101010 | 1010000 | 0 | 1001 | 100000 | 110110 | 101010 | 10011 | 100111 |
Color Harmonies of #756A50
Complementary color
Monochromatic Colors of #756A50
Black with #756A50
Text Example
Text Example
White with #756A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A50; }
p { color: rgb(117,106,80); }
H1.HeaderClassName
{
color: #756A50;
}
.AnyTagClassName
{
color: #756A50;
}
</style>
background-color css
<style>
a { background-color: #756A50; }
a { background-color: rgb(117,106,80); }
div.DivClassName
{
background-color: #756A50;
}
.BgClassName
{
background-color: #756A50;
}
</style>
border-color css
<style>
span { border-color: #756A50; }
span { border-color: rgb(117,106,80); }
td.TdClassName
{
border-color: #756A50;
}
.TagClassName
{
border-color: #756A50;
}
</style>