Shades of Roman Coffee #7B6552
Tints of Roman Coffee #7B6552
RGB
CMYK
RGB Variations
Color information
#7B6552 (or 0x7B6552) is known color: Roman Coffee. HEX triplet: 7B, 65 and 52. RGB value is (123,101,82). Sum of RGB (Red+Green+Blue) = 123+101+82=306 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.20% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6552 is #849AAD. Grayscale: #696969. Windows color (decimal): -8690350 or 5399931. OLE color: 5399931.
HSL color Cylindrical-coordinate representation of color #7B6552: hue angle of 27.8º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B6552 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 82 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.52 |
| HSL | 27.8º | 0.2% | 0.4% | - |
| HSV(B) | 27.8º | 0.33% | 0.48% | - |
| XYZ | 14.35 | 14.13 | 9.95 | - |
| YUV | 105.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 82 | 0 | 0.18 | 0.33 | 0.52 | 27.8 | 0.2 | 0.4 |
| Hex | 7B | 65 | 52 | 0 | 12 | 21 | 34 | 1C | 14 | 28 |
| Octal | 173 | 145 | 122 | 0 | 22 | 41 | 64 | 34 | 24 | 50 |
| Binary | 1111011 | 1100101 | 1010010 | 0 | 10010 | 100001 | 110100 | 11100 | 10100 | 101000 |
Color Harmonies of #7B6552
Complementary color
Monochromatic Colors of #7B6552
Black with #7B6552
Text Example
Text Example
White with #7B6552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6552; }
p { color: rgb(123,101,82); }
H1.HeaderClassName
{
color: #7B6552;
}
.AnyTagClassName
{
color: #7B6552;
}
</style>
background-color css
<style>
a { background-color: #7B6552; }
a { background-color: rgb(123,101,82); }
div.DivClassName
{
background-color: #7B6552;
}
.BgClassName
{
background-color: #7B6552;
}
</style>
border-color css
<style>
span { border-color: #7B6552; }
span { border-color: rgb(123,101,82); }
td.TdClassName
{
border-color: #7B6552;
}
.TagClassName
{
border-color: #7B6552;
}
</style>