Shades of Coffee #76674A
Tints of Coffee #76674A
RGB
CMYK
RGB Variations
Color information
#76674A (or 0x76674A) is known color: Coffee. HEX triplet: 76, 67 and 4A. RGB value is (118,103,74). Sum of RGB (Red+Green+Blue) = 118+103+74=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76674A is #8998B5. Grayscale: #686868. Windows color (decimal): -9017526 or 4876150. OLE color: 4876150.
HSL color Cylindrical-coordinate representation of color #76674A: hue angle of 39.55º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76674A is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 103 | 74 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.54 |
| HSL | 39.55º | 0.23% | 0.38% | - |
| HSV(B) | 39.55º | 0.37% | 0.46% | - |
| XYZ | 13.56 | 14.05 | 8.48 | - |
| YUV | 104.18 | 110.97 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 74 | 0 | 0.13 | 0.37 | 0.54 | 39.55 | 0.23 | 0.38 |
| Hex | 76 | 67 | 4A | 0 | D | 25 | 36 | 28 | 17 | 26 |
| Octal | 166 | 147 | 112 | 0 | 15 | 45 | 66 | 50 | 27 | 46 |
| Binary | 1110110 | 1100111 | 1001010 | 0 | 1101 | 100101 | 110110 | 101000 | 10111 | 100110 |
Color Harmonies of #76674A
Complementary color
Monochromatic Colors of #76674A
Black with #76674A
Text Example
Text Example
White with #76674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76674A; }
p { color: rgb(118,103,74); }
H1.HeaderClassName
{
color: #76674A;
}
.AnyTagClassName
{
color: #76674A;
}
</style>
background-color css
<style>
a { background-color: #76674A; }
a { background-color: rgb(118,103,74); }
div.DivClassName
{
background-color: #76674A;
}
.BgClassName
{
background-color: #76674A;
}
</style>
border-color css
<style>
span { border-color: #76674A; }
span { border-color: rgb(118,103,74); }
td.TdClassName
{
border-color: #76674A;
}
.TagClassName
{
border-color: #76674A;
}
</style>