Shades of Coffee #76674B
Tints of Coffee #76674B
RGB
CMYK
RGB Variations
Color information
#76674B (or 0x76674B) is known color: Coffee. HEX triplet: 76, 67 and 4B. RGB value is (118,103,75). Sum of RGB (Red+Green+Blue) = 118+103+75=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76674B is #8998B4. Grayscale: #686868. Windows color (decimal): -9017525 or 4941686. OLE color: 4941686.
HSL color Cylindrical-coordinate representation of color #76674B: hue angle of 39.07º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76674B is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 103 | 75 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.54 |
| HSL | 39.07º | 0.22% | 0.38% | - |
| HSV(B) | 39.07º | 0.36% | 0.46% | - |
| XYZ | 13.59 | 14.06 | 8.65 | - |
| YUV | 104.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 75 | 0 | 0.13 | 0.36 | 0.54 | 39.07 | 0.22 | 0.38 |
| Hex | 76 | 67 | 4B | 0 | D | 24 | 36 | 27 | 16 | 26 |
| Octal | 166 | 147 | 113 | 0 | 15 | 44 | 66 | 47 | 26 | 46 |
| Binary | 1110110 | 1100111 | 1001011 | 0 | 1101 | 100100 | 110110 | 100111 | 10110 | 100110 |
Color Harmonies of #76674B
Complementary color
Monochromatic Colors of #76674B
Black with #76674B
Text Example
Text Example
White with #76674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76674B; }
p { color: rgb(118,103,75); }
H1.HeaderClassName
{
color: #76674B;
}
.AnyTagClassName
{
color: #76674B;
}
</style>
background-color css
<style>
a { background-color: #76674B; }
a { background-color: rgb(118,103,75); }
div.DivClassName
{
background-color: #76674B;
}
.BgClassName
{
background-color: #76674B;
}
</style>
border-color css
<style>
span { border-color: #76674B; }
span { border-color: rgb(118,103,75); }
td.TdClassName
{
border-color: #76674B;
}
.TagClassName
{
border-color: #76674B;
}
</style>