Shades of Roman Coffee #77665A
Tints of Roman Coffee #77665A
RGB
CMYK
RGB Variations
Color information
#77665A (or 0x77665A) is known color: Roman Coffee. HEX triplet: 77, 66 and 5A. RGB value is (119,102,90). Sum of RGB (Red+Green+Blue) = 119+102+90=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #77665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77665A is #8899A5. Grayscale: #696969. Windows color (decimal): -8952230 or 5924471. OLE color: 5924471.
HSL color Cylindrical-coordinate representation of color #77665A: hue angle of 24.83º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77665A is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 102 | 90 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.53 |
| HSL | 24.83º | 0.14% | 0.41% | - |
| HSV(B) | 24.83º | 0.24% | 0.47% | - |
| XYZ | 14.2 | 14.16 | 11.66 | - |
| YUV | 105.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 90 | 0 | 0.14 | 0.24 | 0.53 | 24.83 | 0.14 | 0.41 |
| Hex | 77 | 66 | 5A | 0 | E | 18 | 35 | 19 | E | 29 |
| Octal | 167 | 146 | 132 | 0 | 16 | 30 | 65 | 31 | 16 | 51 |
| Binary | 1110111 | 1100110 | 1011010 | 0 | 1110 | 11000 | 110101 | 11001 | 1110 | 101001 |
Color Harmonies of #77665A
Complementary color
Monochromatic Colors of #77665A
Black with #77665A
Text Example
Text Example
White with #77665A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77665A; }
p { color: rgb(119,102,90); }
H1.HeaderClassName
{
color: #77665A;
}
.AnyTagClassName
{
color: #77665A;
}
</style>
background-color css
<style>
a { background-color: #77665A; }
a { background-color: rgb(119,102,90); }
div.DivClassName
{
background-color: #77665A;
}
.BgClassName
{
background-color: #77665A;
}
</style>
border-color css
<style>
span { border-color: #77665A; }
span { border-color: rgb(119,102,90); }
td.TdClassName
{
border-color: #77665A;
}
.TagClassName
{
border-color: #77665A;
}
</style>