Shades of Roman Coffee #7F6553
Tints of Roman Coffee #7F6553
RGB
CMYK
RGB Variations
Color information
#7F6553 (or 0x7F6553) is known color: Roman Coffee. HEX triplet: 7F, 65 and 53. RGB value is (127,101,83). Sum of RGB (Red+Green+Blue) = 127+101+83=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6553 is #809AAC. Grayscale: #6A6A6A. Windows color (decimal): -8428205 or 5465471. OLE color: 5465471.
HSL color Cylindrical-coordinate representation of color #7F6553: hue angle of 24.55º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F6553 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 101 | 83 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.50 |
| HSL | 24.55º | 0.21% | 0.41% | - |
| HSV(B) | 24.55º | 0.35% | 0.5% | - |
| XYZ | 14.97 | 14.44 | 10.18 | - |
| YUV | 106.72 | 114.61 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 101 | 83 | 0 | 0.20 | 0.35 | 0.50 | 24.55 | 0.21 | 0.41 |
| Hex | 7F | 65 | 53 | 0 | 14 | 23 | 32 | 19 | 15 | 29 |
| Octal | 177 | 145 | 123 | 0 | 24 | 43 | 62 | 31 | 25 | 51 |
| Binary | 1111111 | 1100101 | 1010011 | 0 | 10100 | 100011 | 110010 | 11001 | 10101 | 101001 |
Color Harmonies of #7F6553
Complementary color
Monochromatic Colors of #7F6553
Black with #7F6553
Text Example
Text Example
White with #7F6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6553; }
p { color: rgb(127,101,83); }
H1.HeaderClassName
{
color: #7F6553;
}
.AnyTagClassName
{
color: #7F6553;
}
</style>
background-color css
<style>
a { background-color: #7F6553; }
a { background-color: rgb(127,101,83); }
div.DivClassName
{
background-color: #7F6553;
}
.BgClassName
{
background-color: #7F6553;
}
</style>
border-color css
<style>
span { border-color: #7F6553; }
span { border-color: rgb(127,101,83); }
td.TdClassName
{
border-color: #7F6553;
}
.TagClassName
{
border-color: #7F6553;
}
</style>