Shades of Roman Coffee #77675D
Tints of Roman Coffee #77675D
RGB
CMYK
RGB Variations
Color information
#77675D (or 0x77675D) is known color: Roman Coffee. HEX triplet: 77, 67 and 5D. RGB value is (119,103,93). Sum of RGB (Red+Green+Blue) = 119+103+93=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 119 - color contains mainly: red. Hex color #77675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77675D is #8898A2. Grayscale: #6A6A6A. Windows color (decimal): -8951971 or 6121335. OLE color: 6121335.
HSL color Cylindrical-coordinate representation of color #77675D: hue angle of 23.08º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77675D is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 103 | 93 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.53 |
| HSL | 23.08º | 0.12% | 0.42% | - |
| HSV(B) | 23.08º | 0.22% | 0.47% | - |
| XYZ | 14.43 | 14.41 | 12.38 | - |
| YUV | 106.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 93 | 0 | 0.13 | 0.22 | 0.53 | 23.08 | 0.12 | 0.42 |
| Hex | 77 | 67 | 5D | 0 | D | 16 | 35 | 17 | C | 2A |
| Octal | 167 | 147 | 135 | 0 | 15 | 26 | 65 | 27 | 14 | 52 |
| Binary | 1110111 | 1100111 | 1011101 | 0 | 1101 | 10110 | 110101 | 10111 | 1100 | 101010 |
Color Harmonies of #77675D
Complementary color
Monochromatic Colors of #77675D
Black with #77675D
Text Example
Text Example
White with #77675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77675D; }
p { color: rgb(119,103,93); }
H1.HeaderClassName
{
color: #77675D;
}
.AnyTagClassName
{
color: #77675D;
}
</style>
background-color css
<style>
a { background-color: #77675D; }
a { background-color: rgb(119,103,93); }
div.DivClassName
{
background-color: #77675D;
}
.BgClassName
{
background-color: #77675D;
}
</style>
border-color css
<style>
span { border-color: #77675D; }
span { border-color: rgb(119,103,93); }
td.TdClassName
{
border-color: #77675D;
}
.TagClassName
{
border-color: #77675D;
}
</style>