Shades of Roman Coffee #77695F
Tints of Roman Coffee #77695F
RGB
CMYK
RGB Variations
Color information
#77695F (or 0x77695F) is known color: Roman Coffee. HEX triplet: 77, 69 and 5F. RGB value is (119,105,95). Sum of RGB (Red+Green+Blue) = 119+105+95=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #77695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77695F is #8896A0. Grayscale: #6C6C6C. Windows color (decimal): -8951457 or 6252919. OLE color: 6252919.
HSL color Cylindrical-coordinate representation of color #77695F: hue angle of 25º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77695F is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 95 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.53 |
| HSL | 25º | 0.11% | 0.42% | - |
| HSV(B) | 25º | 0.2% | 0.47% | - |
| XYZ | 14.72 | 14.85 | 12.92 | - |
| YUV | 108.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 95 | 0 | 0.12 | 0.20 | 0.53 | 25 | 0.11 | 0.42 |
| Hex | 77 | 69 | 5F | 0 | C | 14 | 35 | 19 | B | 2A |
| Octal | 167 | 151 | 137 | 0 | 14 | 24 | 65 | 31 | 13 | 52 |
| Binary | 1110111 | 1101001 | 1011111 | 0 | 1100 | 10100 | 110101 | 11001 | 1011 | 101010 |
Color Harmonies of #77695F
Complementary color
Monochromatic Colors of #77695F
Black with #77695F
Text Example
Text Example
White with #77695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77695F; }
p { color: rgb(119,105,95); }
H1.HeaderClassName
{
color: #77695F;
}
.AnyTagClassName
{
color: #77695F;
}
</style>
background-color css
<style>
a { background-color: #77695F; }
a { background-color: rgb(119,105,95); }
div.DivClassName
{
background-color: #77695F;
}
.BgClassName
{
background-color: #77695F;
}
</style>
border-color css
<style>
span { border-color: #77695F; }
span { border-color: rgb(119,105,95); }
td.TdClassName
{
border-color: #77695F;
}
.TagClassName
{
border-color: #77695F;
}
</style>