Shades of Coffee #75644D
Tints of Coffee #75644D
RGB
CMYK
RGB Variations
Color information
#75644D (or 0x75644D) is known color: Coffee. HEX triplet: 75, 64 and 4D. RGB value is (117,100,77). Sum of RGB (Red+Green+Blue) = 117+100+77=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75644D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75644D is #8A9BB2. Grayscale: #666666. Windows color (decimal): -9083827 or 5071989. OLE color: 5071989.
HSL color Cylindrical-coordinate representation of color #75644D: hue angle of 34.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75644D is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 100 | 77 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.54 |
| HSL | 34.5º | 0.21% | 0.38% | - |
| HSV(B) | 34.5º | 0.34% | 0.46% | - |
| XYZ | 13.23 | 13.43 | 8.92 | - |
| YUV | 102.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 100 | 77 | 0 | 0.15 | 0.34 | 0.54 | 34.5 | 0.21 | 0.38 |
| Hex | 75 | 64 | 4D | 0 | F | 22 | 36 | 22 | 15 | 26 |
| Octal | 165 | 144 | 115 | 0 | 17 | 42 | 66 | 42 | 25 | 46 |
| Binary | 1110101 | 1100100 | 1001101 | 0 | 1111 | 100010 | 110110 | 100010 | 10101 | 100110 |
Color Harmonies of #75644D
Complementary color
Monochromatic Colors of #75644D
Black with #75644D
Text Example
Text Example
White with #75644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75644D; }
p { color: rgb(117,100,77); }
H1.HeaderClassName
{
color: #75644D;
}
.AnyTagClassName
{
color: #75644D;
}
</style>
background-color css
<style>
a { background-color: #75644D; }
a { background-color: rgb(117,100,77); }
div.DivClassName
{
background-color: #75644D;
}
.BgClassName
{
background-color: #75644D;
}
</style>
border-color css
<style>
span { border-color: #75644D; }
span { border-color: rgb(117,100,77); }
td.TdClassName
{
border-color: #75644D;
}
.TagClassName
{
border-color: #75644D;
}
</style>