Shades of Coffee #746953
Tints of Coffee #746953
RGB
CMYK
RGB Variations
Color information
#746953 (or 0x746953) is known color: Coffee. HEX triplet: 74, 69 and 53. RGB value is (116,105,83). Sum of RGB (Red+Green+Blue) = 116+105+83=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #746953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746953 is #8B96AC. Grayscale: #696969. Windows color (decimal): -9148077 or 5466484. OLE color: 5466484.
HSL color Cylindrical-coordinate representation of color #746953: hue angle of 40º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #746953 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 83 | - |
| CMYK | 0 | 0.09 | 0.28 | 0.55 |
| HSL | 40º | 0.17% | 0.39% | - |
| HSV(B) | 40º | 0.28% | 0.45% | - |
| XYZ | 13.82 | 14.44 | 10.24 | - |
| YUV | 105.78 | 115.14 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 83 | 0 | 0.09 | 0.28 | 0.55 | 40 | 0.17 | 0.39 |
| Hex | 74 | 69 | 53 | 0 | 9 | 1C | 37 | 28 | 11 | 27 |
| Octal | 164 | 151 | 123 | 0 | 11 | 34 | 67 | 50 | 21 | 47 |
| Binary | 1110100 | 1101001 | 1010011 | 0 | 1001 | 11100 | 110111 | 101000 | 10001 | 100111 |
Color Harmonies of #746953
Complementary color
Monochromatic Colors of #746953
Black with #746953
Text Example
Text Example
White with #746953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746953; }
p { color: rgb(116,105,83); }
H1.HeaderClassName
{
color: #746953;
}
.AnyTagClassName
{
color: #746953;
}
</style>
background-color css
<style>
a { background-color: #746953; }
a { background-color: rgb(116,105,83); }
div.DivClassName
{
background-color: #746953;
}
.BgClassName
{
background-color: #746953;
}
</style>
border-color css
<style>
span { border-color: #746953; }
span { border-color: rgb(116,105,83); }
td.TdClassName
{
border-color: #746953;
}
.TagClassName
{
border-color: #746953;
}
</style>