Shades of Roman Coffee #7F6953
Tints of Roman Coffee #7F6953
RGB
CMYK
RGB Variations
Color information
#7F6953 (or 0x7F6953) is known color: Roman Coffee. HEX triplet: 7F, 69 and 53. RGB value is (127,105,83). Sum of RGB (Red+Green+Blue) = 127+105+83=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6953 is #8096AC. Grayscale: #6D6D6D. Windows color (decimal): -8427181 or 5466495. OLE color: 5466495.
HSL color Cylindrical-coordinate representation of color #7F6953: hue angle of 30º 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 #7F6953 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 105 | 83 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.50 |
| HSL | 30º | 0.21% | 0.41% | - |
| HSV(B) | 30º | 0.35% | 0.5% | - |
| XYZ | 15.37 | 15.24 | 10.32 | - |
| YUV | 109.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 105 | 83 | 0 | 0.17 | 0.35 | 0.50 | 30 | 0.21 | 0.41 |
| Hex | 7F | 69 | 53 | 0 | 11 | 23 | 32 | 1E | 15 | 29 |
| Octal | 177 | 151 | 123 | 0 | 21 | 43 | 62 | 36 | 25 | 51 |
| Binary | 1111111 | 1101001 | 1010011 | 0 | 10001 | 100011 | 110010 | 11110 | 10101 | 101001 |
Color Harmonies of #7F6953
Complementary color
Monochromatic Colors of #7F6953
Black with #7F6953
Text Example
Text Example
White with #7F6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6953; }
p { color: rgb(127,105,83); }
H1.HeaderClassName
{
color: #7F6953;
}
.AnyTagClassName
{
color: #7F6953;
}
</style>
background-color css
<style>
a { background-color: #7F6953; }
a { background-color: rgb(127,105,83); }
div.DivClassName
{
background-color: #7F6953;
}
.BgClassName
{
background-color: #7F6953;
}
</style>
border-color css
<style>
span { border-color: #7F6953; }
span { border-color: rgb(127,105,83); }
td.TdClassName
{
border-color: #7F6953;
}
.TagClassName
{
border-color: #7F6953;
}
</style>