Shades of Coffee #75644E
Tints of Coffee #75644E
RGB
CMYK
RGB Variations
Color information
#75644E (or 0x75644E) is known color: Coffee. HEX triplet: 75, 64 and 4E. RGB value is (117,100,78). Sum of RGB (Red+Green+Blue) = 117+100+78=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #75644E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75644E is #8A9BB1. Grayscale: #666666. Windows color (decimal): -9083826 or 5137525. OLE color: 5137525.
HSL color Cylindrical-coordinate representation of color #75644E: hue angle of 33.85º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75644E is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 100 | 78 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.54 |
| HSL | 33.85º | 0.2% | 0.38% | - |
| HSV(B) | 33.85º | 0.33% | 0.46% | - |
| XYZ | 13.27 | 13.45 | 9.1 | - |
| YUV | 102.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 78 | 0 | 0.15 | 0.33 | 0.54 | 33.85 | 0.2 | 0.38 |
| Hex | 75 | 64 | 4E | 0 | F | 21 | 36 | 22 | 14 | 26 |
| Octal | 165 | 144 | 116 | 0 | 17 | 41 | 66 | 42 | 24 | 46 |
| Binary | 1110101 | 1100100 | 1001110 | 0 | 1111 | 100001 | 110110 | 100010 | 10100 | 100110 |
Color Harmonies of #75644E
Complementary color
Monochromatic Colors of #75644E
Black with #75644E
Text Example
Text Example
White with #75644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75644E; }
p { color: rgb(117,100,78); }
H1.HeaderClassName
{
color: #75644E;
}
.AnyTagClassName
{
color: #75644E;
}
</style>
background-color css
<style>
a { background-color: #75644E; }
a { background-color: rgb(117,100,78); }
div.DivClassName
{
background-color: #75644E;
}
.BgClassName
{
background-color: #75644E;
}
</style>
border-color css
<style>
span { border-color: #75644E; }
span { border-color: rgb(117,100,78); }
td.TdClassName
{
border-color: #75644E;
}
.TagClassName
{
border-color: #75644E;
}
</style>