Shades of Coffee #76674F
Tints of Coffee #76674F
RGB
CMYK
RGB Variations
Color information
#76674F (or 0x76674F) is known color: Coffee. HEX triplet: 76, 67 and 4F. RGB value is (118,103,79). Sum of RGB (Red+Green+Blue) = 118+103+79=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #76674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76674F is #8998B0. Grayscale: #686868. Windows color (decimal): -9017521 or 5203830. OLE color: 5203830.
HSL color Cylindrical-coordinate representation of color #76674F: hue angle of 36.92º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76674F is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 103 | 79 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.54 |
| HSL | 36.92º | 0.2% | 0.39% | - |
| HSV(B) | 36.92º | 0.33% | 0.46% | - |
| XYZ | 13.73 | 14.12 | 9.4 | - |
| YUV | 104.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 103 | 79 | 0 | 0.13 | 0.33 | 0.54 | 36.92 | 0.2 | 0.39 |
| Hex | 76 | 67 | 4F | 0 | D | 21 | 36 | 25 | 14 | 27 |
| Octal | 166 | 147 | 117 | 0 | 15 | 41 | 66 | 45 | 24 | 47 |
| Binary | 1110110 | 1100111 | 1001111 | 0 | 1101 | 100001 | 110110 | 100101 | 10100 | 100111 |
Color Harmonies of #76674F
Complementary color
Monochromatic Colors of #76674F
Black with #76674F
Text Example
Text Example
White with #76674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76674F; }
p { color: rgb(118,103,79); }
H1.HeaderClassName
{
color: #76674F;
}
.AnyTagClassName
{
color: #76674F;
}
</style>
background-color css
<style>
a { background-color: #76674F; }
a { background-color: rgb(118,103,79); }
div.DivClassName
{
background-color: #76674F;
}
.BgClassName
{
background-color: #76674F;
}
</style>
border-color css
<style>
span { border-color: #76674F; }
span { border-color: rgb(118,103,79); }
td.TdClassName
{
border-color: #76674F;
}
.TagClassName
{
border-color: #76674F;
}
</style>