Shades of Coffee #746753
Tints of Coffee #746753
RGB
CMYK
RGB Variations
Color information
#746753 (or 0x746753) is known color: Coffee. HEX triplet: 74, 67 and 53. RGB value is (116,103,83). Sum of RGB (Red+Green+Blue) = 116+103+83=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #746753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746753 is #8B98AC. Grayscale: #686868. Windows color (decimal): -9148589 or 5465972. OLE color: 5465972.
HSL color Cylindrical-coordinate representation of color #746753: hue angle of 36.36º 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 #746753 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 83 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.55 |
| HSL | 36.36º | 0.17% | 0.39% | - |
| HSV(B) | 36.36º | 0.28% | 0.45% | - |
| XYZ | 13.61 | 14.04 | 10.18 | - |
| YUV | 104.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 83 | 0 | 0.11 | 0.28 | 0.55 | 36.36 | 0.17 | 0.39 |
| Hex | 74 | 67 | 53 | 0 | B | 1C | 37 | 24 | 11 | 27 |
| Octal | 164 | 147 | 123 | 0 | 13 | 34 | 67 | 44 | 21 | 47 |
| Binary | 1110100 | 1100111 | 1010011 | 0 | 1011 | 11100 | 110111 | 100100 | 10001 | 100111 |
Color Harmonies of #746753
Complementary color
Monochromatic Colors of #746753
Black with #746753
Text Example
Text Example
White with #746753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746753; }
p { color: rgb(116,103,83); }
H1.HeaderClassName
{
color: #746753;
}
.AnyTagClassName
{
color: #746753;
}
</style>
background-color css
<style>
a { background-color: #746753; }
a { background-color: rgb(116,103,83); }
div.DivClassName
{
background-color: #746753;
}
.BgClassName
{
background-color: #746753;
}
</style>
border-color css
<style>
span { border-color: #746753; }
span { border-color: rgb(116,103,83); }
td.TdClassName
{
border-color: #746753;
}
.TagClassName
{
border-color: #746753;
}
</style>