Shades of Roman Coffee #7F654C
Tints of Roman Coffee #7F654C
RGB
CMYK
RGB Variations
Color information
#7F654C (or 0x7F654C) is known color: Roman Coffee. HEX triplet: 7F, 65 and 4C. RGB value is (127,101,76). Sum of RGB (Red+Green+Blue) = 127+101+76=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 127 - color contains mainly: red. Hex color #7F654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F654C is #809AB3. Grayscale: #6A6A6A. Windows color (decimal): -8428212 or 5006719. OLE color: 5006719.
HSL color Cylindrical-coordinate representation of color #7F654C: hue angle of 29.41º 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 #7F654C is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 101 | 76 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.50 |
| HSL | 29.41º | 0.25% | 0.4% | - |
| HSV(B) | 29.41º | 0.4% | 0.5% | - |
| XYZ | 14.71 | 14.34 | 8.83 | - |
| YUV | 105.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 101 | 76 | 0 | 0.20 | 0.40 | 0.50 | 29.41 | 0.25 | 0.4 |
| Hex | 7F | 65 | 4C | 0 | 14 | 28 | 32 | 1D | 19 | 28 |
| Octal | 177 | 145 | 114 | 0 | 24 | 50 | 62 | 35 | 31 | 50 |
| Binary | 1111111 | 1100101 | 1001100 | 0 | 10100 | 101000 | 110010 | 11101 | 11001 | 101000 |
Color Harmonies of #7F654C
Complementary color
Monochromatic Colors of #7F654C
Black with #7F654C
Text Example
Text Example
White with #7F654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F654C; }
p { color: rgb(127,101,76); }
H1.HeaderClassName
{
color: #7F654C;
}
.AnyTagClassName
{
color: #7F654C;
}
</style>
background-color css
<style>
a { background-color: #7F654C; }
a { background-color: rgb(127,101,76); }
div.DivClassName
{
background-color: #7F654C;
}
.BgClassName
{
background-color: #7F654C;
}
</style>
border-color css
<style>
span { border-color: #7F654C; }
span { border-color: rgb(127,101,76); }
td.TdClassName
{
border-color: #7F654C;
}
.TagClassName
{
border-color: #7F654C;
}
</style>