Shades of Roman Coffee #766A62
Tints of Roman Coffee #766A62
RGB
CMYK
RGB Variations
Color information
#766A62 (or 0x766A62) is known color: Roman Coffee. HEX triplet: 76, 6A and 62. RGB value is (118,106,98). Sum of RGB (Red+Green+Blue) = 118+106+98=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #766A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A62 is #89959D. Grayscale: #6C6C6C. Windows color (decimal): -9016734 or 6449782. OLE color: 6449782.
HSL color Cylindrical-coordinate representation of color #766A62: hue angle of 24º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #766A62 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 98 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.54 |
| HSL | 24º | 0.09% | 0.42% | - |
| HSV(B) | 24º | 0.17% | 0.46% | - |
| XYZ | 14.83 | 15.04 | 13.68 | - |
| YUV | 108.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 98 | 0 | 0.10 | 0.17 | 0.54 | 24 | 0.09 | 0.42 |
| Hex | 76 | 6A | 62 | 0 | A | 11 | 36 | 18 | 9 | 2A |
| Octal | 166 | 152 | 142 | 0 | 12 | 21 | 66 | 30 | 11 | 52 |
| Binary | 1110110 | 1101010 | 1100010 | 0 | 1010 | 10001 | 110110 | 11000 | 1001 | 101010 |
Color Harmonies of #766A62
Complementary color
Monochromatic Colors of #766A62
Black with #766A62
Text Example
Text Example
White with #766A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A62; }
p { color: rgb(118,106,98); }
H1.HeaderClassName
{
color: #766A62;
}
.AnyTagClassName
{
color: #766A62;
}
</style>
background-color css
<style>
a { background-color: #766A62; }
a { background-color: rgb(118,106,98); }
div.DivClassName
{
background-color: #766A62;
}
.BgClassName
{
background-color: #766A62;
}
</style>
border-color css
<style>
span { border-color: #766A62; }
span { border-color: rgb(118,106,98); }
td.TdClassName
{
border-color: #766A62;
}
.TagClassName
{
border-color: #766A62;
}
</style>