Shades of Coffee #75674D
Tints of Coffee #75674D
RGB
CMYK
RGB Variations
Color information
#75674D (or 0x75674D) is known color: Coffee. HEX triplet: 75, 67 and 4D. RGB value is (117,103,77). Sum of RGB (Red+Green+Blue) = 117+103+77=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75674D is #8A98B2. Grayscale: #686868. Windows color (decimal): -9083059 or 5072757. OLE color: 5072757.
HSL color Cylindrical-coordinate representation of color #75674D: hue angle of 39º 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 #75674D is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 103 | 77 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.54 |
| HSL | 39º | 0.21% | 0.38% | - |
| HSV(B) | 39º | 0.34% | 0.46% | - |
| XYZ | 13.53 | 14.02 | 9.01 | - |
| YUV | 104.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 103 | 77 | 0 | 0.12 | 0.34 | 0.54 | 39 | 0.21 | 0.38 |
| Hex | 75 | 67 | 4D | 0 | C | 22 | 36 | 27 | 15 | 26 |
| Octal | 165 | 147 | 115 | 0 | 14 | 42 | 66 | 47 | 25 | 46 |
| Binary | 1110101 | 1100111 | 1001101 | 0 | 1100 | 100010 | 110110 | 100111 | 10101 | 100110 |
Color Harmonies of #75674D
Complementary color
Monochromatic Colors of #75674D
Black with #75674D
Text Example
Text Example
White with #75674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75674D; }
p { color: rgb(117,103,77); }
H1.HeaderClassName
{
color: #75674D;
}
.AnyTagClassName
{
color: #75674D;
}
</style>
background-color css
<style>
a { background-color: #75674D; }
a { background-color: rgb(117,103,77); }
div.DivClassName
{
background-color: #75674D;
}
.BgClassName
{
background-color: #75674D;
}
</style>
border-color css
<style>
span { border-color: #75674D; }
span { border-color: rgb(117,103,77); }
td.TdClassName
{
border-color: #75674D;
}
.TagClassName
{
border-color: #75674D;
}
</style>