Shades of Coffee #746750
Tints of Coffee #746750
RGB
CMYK
RGB Variations
Color information
#746750 (or 0x746750) is known color: Coffee. HEX triplet: 74, 67 and 50. RGB value is (116,103,80). Sum of RGB (Red+Green+Blue) = 116+103+80=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 103 (40.62% from 255 or 34.45% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #746750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746750 is #8B98AF. Grayscale: #686868. Windows color (decimal): -9148592 or 5269364. OLE color: 5269364.
HSL color Cylindrical-coordinate representation of color #746750: hue angle of 38.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746750 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 80 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.55 |
| HSL | 38.33º | 0.18% | 0.38% | - |
| HSV(B) | 38.33º | 0.31% | 0.45% | - |
| XYZ | 13.5 | 13.99 | 9.58 | - |
| YUV | 104.27 | 114.31 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 80 | 0 | 0.11 | 0.31 | 0.55 | 38.33 | 0.18 | 0.38 |
| Hex | 74 | 67 | 50 | 0 | B | 1F | 37 | 26 | 12 | 26 |
| Octal | 164 | 147 | 120 | 0 | 13 | 37 | 67 | 46 | 22 | 46 |
| Binary | 1110100 | 1100111 | 1010000 | 0 | 1011 | 11111 | 110111 | 100110 | 10010 | 100110 |
Color Harmonies of #746750
Complementary color
Monochromatic Colors of #746750
Black with #746750
Text Example
Text Example
White with #746750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746750; }
p { color: rgb(116,103,80); }
H1.HeaderClassName
{
color: #746750;
}
.AnyTagClassName
{
color: #746750;
}
</style>
background-color css
<style>
a { background-color: #746750; }
a { background-color: rgb(116,103,80); }
div.DivClassName
{
background-color: #746750;
}
.BgClassName
{
background-color: #746750;
}
</style>
border-color css
<style>
span { border-color: #746750; }
span { border-color: rgb(116,103,80); }
td.TdClassName
{
border-color: #746750;
}
.TagClassName
{
border-color: #746750;
}
</style>