Shades of Coffee #746752
Tints of Coffee #746752
RGB
CMYK
RGB Variations
Color information
#746752 (or 0x746752) is known color: Coffee. HEX triplet: 74, 67 and 52. RGB value is (116,103,82). Sum of RGB (Red+Green+Blue) = 116+103+82=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #746752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746752 is #8B98AD. Grayscale: #686868. Windows color (decimal): -9148590 or 5400436. OLE color: 5400436.
HSL color Cylindrical-coordinate representation of color #746752: hue angle of 37.06º 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 #746752 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 82 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.55 |
| HSL | 37.06º | 0.17% | 0.39% | - |
| HSV(B) | 37.06º | 0.29% | 0.45% | - |
| XYZ | 13.58 | 14.02 | 9.97 | - |
| YUV | 104.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 82 | 0 | 0.11 | 0.29 | 0.55 | 37.06 | 0.17 | 0.39 |
| Hex | 74 | 67 | 52 | 0 | B | 1D | 37 | 25 | 11 | 27 |
| Octal | 164 | 147 | 122 | 0 | 13 | 35 | 67 | 45 | 21 | 47 |
| Binary | 1110100 | 1100111 | 1010010 | 0 | 1011 | 11101 | 110111 | 100101 | 10001 | 100111 |
Color Harmonies of #746752
Complementary color
Monochromatic Colors of #746752
Black with #746752
Text Example
Text Example
White with #746752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746752; }
p { color: rgb(116,103,82); }
H1.HeaderClassName
{
color: #746752;
}
.AnyTagClassName
{
color: #746752;
}
</style>
background-color css
<style>
a { background-color: #746752; }
a { background-color: rgb(116,103,82); }
div.DivClassName
{
background-color: #746752;
}
.BgClassName
{
background-color: #746752;
}
</style>
border-color css
<style>
span { border-color: #746752; }
span { border-color: rgb(116,103,82); }
td.TdClassName
{
border-color: #746752;
}
.TagClassName
{
border-color: #746752;
}
</style>