Shades of Coffee #776952
Tints of Coffee #776952
RGB
CMYK
RGB Variations
Color information
#776952 (or 0x776952) is known color: Coffee. HEX triplet: 77, 69 and 52. RGB value is (119,105,82). Sum of RGB (Red+Green+Blue) = 119+105+82=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #776952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776952 is #8896AD. Grayscale: #6A6A6A. Windows color (decimal): -8951470 or 5400951. OLE color: 5400951.
HSL color Cylindrical-coordinate representation of color #776952: hue angle of 37.3º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #776952 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 82 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.53 |
| HSL | 37.3º | 0.18% | 0.39% | - |
| HSV(B) | 37.3º | 0.31% | 0.47% | - |
| XYZ | 14.18 | 14.63 | 10.06 | - |
| YUV | 106.56 | 114.14 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 82 | 0 | 0.12 | 0.31 | 0.53 | 37.3 | 0.18 | 0.39 |
| Hex | 77 | 69 | 52 | 0 | C | 1F | 35 | 25 | 12 | 27 |
| Octal | 167 | 151 | 122 | 0 | 14 | 37 | 65 | 45 | 22 | 47 |
| Binary | 1110111 | 1101001 | 1010010 | 0 | 1100 | 11111 | 110101 | 100101 | 10010 | 100111 |
Color Harmonies of #776952
Complementary color
Monochromatic Colors of #776952
Black with #776952
Text Example
Text Example
White with #776952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776952; }
p { color: rgb(119,105,82); }
H1.HeaderClassName
{
color: #776952;
}
.AnyTagClassName
{
color: #776952;
}
</style>
background-color css
<style>
a { background-color: #776952; }
a { background-color: rgb(119,105,82); }
div.DivClassName
{
background-color: #776952;
}
.BgClassName
{
background-color: #776952;
}
</style>
border-color css
<style>
span { border-color: #776952; }
span { border-color: rgb(119,105,82); }
td.TdClassName
{
border-color: #776952;
}
.TagClassName
{
border-color: #776952;
}
</style>