Shades of Coffee #746852
Tints of Coffee #746852
RGB
CMYK
RGB Variations
Color information
#746852 (or 0x746852) is known color: Coffee. HEX triplet: 74, 68 and 52. RGB value is (116,104,82). Sum of RGB (Red+Green+Blue) = 116+104+82=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #746852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746852 is #8B97AD. Grayscale: #696969. Windows color (decimal): -9148334 or 5400692. OLE color: 5400692.
HSL color Cylindrical-coordinate representation of color #746852: hue angle of 38.82º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #746852 is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 104 | 82 | - |
| CMYK | 0 | 0.10 | 0.29 | 0.55 |
| HSL | 38.82º | 0.17% | 0.39% | - |
| HSV(B) | 38.82º | 0.29% | 0.45% | - |
| XYZ | 13.68 | 14.22 | 10.01 | - |
| YUV | 105.08 | 114.98 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 82 | 0 | 0.10 | 0.29 | 0.55 | 38.82 | 0.17 | 0.39 |
| Hex | 74 | 68 | 52 | 0 | A | 1D | 37 | 27 | 11 | 27 |
| Octal | 164 | 150 | 122 | 0 | 12 | 35 | 67 | 47 | 21 | 47 |
| Binary | 1110100 | 1101000 | 1010010 | 0 | 1010 | 11101 | 110111 | 100111 | 10001 | 100111 |
Color Harmonies of #746852
Complementary color
Monochromatic Colors of #746852
Black with #746852
Text Example
Text Example
White with #746852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746852; }
p { color: rgb(116,104,82); }
H1.HeaderClassName
{
color: #746852;
}
.AnyTagClassName
{
color: #746852;
}
</style>
background-color css
<style>
a { background-color: #746852; }
a { background-color: rgb(116,104,82); }
div.DivClassName
{
background-color: #746852;
}
.BgClassName
{
background-color: #746852;
}
</style>
border-color css
<style>
span { border-color: #746852; }
span { border-color: rgb(116,104,82); }
td.TdClassName
{
border-color: #746852;
}
.TagClassName
{
border-color: #746852;
}
</style>