Shades of Roman Coffee #80674D
Tints of Roman Coffee #80674D
RGB
CMYK
RGB Variations
Color information
#80674D (or 0x80674D) is known color: Roman Coffee. HEX triplet: 80, 67 and 4D. RGB value is (128,103,77). Sum of RGB (Red+Green+Blue) = 128+103+77=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #80674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80674D is #7F98B2. Grayscale: #6B6B6B. Windows color (decimal): -8362163 or 5072768. OLE color: 5072768.
HSL color Cylindrical-coordinate representation of color #80674D: hue angle of 30.59º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80674D is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 103 | 77 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.50 |
| HSL | 30.59º | 0.25% | 0.4% | - |
| HSV(B) | 30.59º | 0.4% | 0.5% | - |
| XYZ | 15.09 | 14.83 | 9.09 | - |
| YUV | 107.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 77 | 0 | 0.20 | 0.40 | 0.50 | 30.59 | 0.25 | 0.4 |
| Hex | 80 | 67 | 4D | 0 | 14 | 28 | 32 | 1F | 19 | 28 |
| Octal | 200 | 147 | 115 | 0 | 24 | 50 | 62 | 37 | 31 | 50 |
| Binary | 10000000 | 1100111 | 1001101 | 0 | 10100 | 101000 | 110010 | 11111 | 11001 | 101000 |
Color Harmonies of #80674D
Complementary color
Monochromatic Colors of #80674D
Black with #80674D
Text Example
Text Example
White with #80674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80674D; }
p { color: rgb(128,103,77); }
H1.HeaderClassName
{
color: #80674D;
}
.AnyTagClassName
{
color: #80674D;
}
</style>
background-color css
<style>
a { background-color: #80674D; }
a { background-color: rgb(128,103,77); }
div.DivClassName
{
background-color: #80674D;
}
.BgClassName
{
background-color: #80674D;
}
</style>
border-color css
<style>
span { border-color: #80674D; }
span { border-color: rgb(128,103,77); }
td.TdClassName
{
border-color: #80674D;
}
.TagClassName
{
border-color: #80674D;
}
</style>