Shades of Roman Coffee #7F6954
Tints of Roman Coffee #7F6954
RGB
CMYK
RGB Variations
Color information
#7F6954 (or 0x7F6954) is known color: Roman Coffee. HEX triplet: 7F, 69 and 54. RGB value is (127,105,84). Sum of RGB (Red+Green+Blue) = 127+105+84=316 (41% of max value = 765). Red value is 127 (50% from 255 or 40.19% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6954 is #8096AB. Grayscale: #6D6D6D. Windows color (decimal): -8427180 or 5532031. OLE color: 5532031.
HSL color Cylindrical-coordinate representation of color #7F6954: hue angle of 29.3º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F6954 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 105 | 84 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.50 |
| HSL | 29.3º | 0.2% | 0.41% | - |
| HSV(B) | 29.3º | 0.34% | 0.5% | - |
| XYZ | 15.4 | 15.26 | 10.52 | - |
| YUV | 109.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 84 | 0 | 0.17 | 0.34 | 0.50 | 29.3 | 0.2 | 0.41 |
| Hex | 7F | 69 | 54 | 0 | 11 | 22 | 32 | 1D | 14 | 29 |
| Octal | 177 | 151 | 124 | 0 | 21 | 42 | 62 | 35 | 24 | 51 |
| Binary | 1111111 | 1101001 | 1010100 | 0 | 10001 | 100010 | 110010 | 11101 | 10100 | 101001 |
Color Harmonies of #7F6954
Complementary color
Monochromatic Colors of #7F6954
Black with #7F6954
Text Example
Text Example
White with #7F6954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6954; }
p { color: rgb(127,105,84); }
H1.HeaderClassName
{
color: #7F6954;
}
.AnyTagClassName
{
color: #7F6954;
}
</style>
background-color css
<style>
a { background-color: #7F6954; }
a { background-color: rgb(127,105,84); }
div.DivClassName
{
background-color: #7F6954;
}
.BgClassName
{
background-color: #7F6954;
}
</style>
border-color css
<style>
span { border-color: #7F6954; }
span { border-color: rgb(127,105,84); }
td.TdClassName
{
border-color: #7F6954;
}
.TagClassName
{
border-color: #7F6954;
}
</style>