Shades of Roman Coffee #7E695B
Tints of Roman Coffee #7E695B
RGB
CMYK
RGB Variations
Color information
#7E695B (or 0x7E695B) is known color: Roman Coffee. HEX triplet: 7E, 69 and 5B. RGB value is (126,105,91). Sum of RGB (Red+Green+Blue) = 126+105+91=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 126 - color contains mainly: red. Hex color #7E695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E695B is #8196A4. Grayscale: #6D6D6D. Windows color (decimal): -8492709 or 5990782. OLE color: 5990782.
HSL color Cylindrical-coordinate representation of color #7E695B: hue angle of 24º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E695B is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 105 | 91 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.51 |
| HSL | 24º | 0.16% | 0.43% | - |
| HSV(B) | 24º | 0.28% | 0.49% | - |
| XYZ | 15.54 | 15.29 | 12.03 | - |
| YUV | 109.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 91 | 0 | 0.17 | 0.28 | 0.51 | 24 | 0.16 | 0.43 |
| Hex | 7E | 69 | 5B | 0 | 11 | 1C | 33 | 18 | 10 | 2B |
| Octal | 176 | 151 | 133 | 0 | 21 | 34 | 63 | 30 | 20 | 53 |
| Binary | 1111110 | 1101001 | 1011011 | 0 | 10001 | 11100 | 110011 | 11000 | 10000 | 101011 |
Color Harmonies of #7E695B
Complementary color
Monochromatic Colors of #7E695B
Black with #7E695B
Text Example
Text Example
White with #7E695B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E695B; }
p { color: rgb(126,105,91); }
H1.HeaderClassName
{
color: #7E695B;
}
.AnyTagClassName
{
color: #7E695B;
}
</style>
background-color css
<style>
a { background-color: #7E695B; }
a { background-color: rgb(126,105,91); }
div.DivClassName
{
background-color: #7E695B;
}
.BgClassName
{
background-color: #7E695B;
}
</style>
border-color css
<style>
span { border-color: #7E695B; }
span { border-color: rgb(126,105,91); }
td.TdClassName
{
border-color: #7E695B;
}
.TagClassName
{
border-color: #7E695B;
}
</style>