Shades of Cement #7E6D56
Tints of Cement #7E6D56
RGB
CMYK
RGB Variations
Color information
#7E6D56 (or 0x7E6D56) is known color: Cement. HEX triplet: 7E, 6D and 56. RGB value is (126,109,86). Sum of RGB (Red+Green+Blue) = 126+109+86=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 86 (33.98% from 255 or 26.79% from 321); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6D56 is #8192A9. Grayscale: #6F6F6F. Windows color (decimal): -8491690 or 5664126. OLE color: 5664126.
HSL color Cylindrical-coordinate representation of color #7E6D56: hue angle of 34.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E6D56 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 109 | 86 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.51 |
| HSL | 34.5º | 0.19% | 0.42% | - |
| HSV(B) | 34.5º | 0.32% | 0.49% | - |
| XYZ | 15.75 | 16.04 | 11.07 | - |
| YUV | 111.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 109 | 86 | 0 | 0.13 | 0.32 | 0.51 | 34.5 | 0.19 | 0.42 |
| Hex | 7E | 6D | 56 | 0 | D | 20 | 33 | 22 | 13 | 2A |
| Octal | 176 | 155 | 126 | 0 | 15 | 40 | 63 | 42 | 23 | 52 |
| Binary | 1111110 | 1101101 | 1010110 | 0 | 1101 | 100000 | 110011 | 100010 | 10011 | 101010 |
Color Harmonies of #7E6D56
Complementary color
Monochromatic Colors of #7E6D56
Black with #7E6D56
Text Example
Text Example
White with #7E6D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6D56; }
p { color: rgb(126,109,86); }
H1.HeaderClassName
{
color: #7E6D56;
}
.AnyTagClassName
{
color: #7E6D56;
}
</style>
background-color css
<style>
a { background-color: #7E6D56; }
a { background-color: rgb(126,109,86); }
div.DivClassName
{
background-color: #7E6D56;
}
.BgClassName
{
background-color: #7E6D56;
}
</style>
border-color css
<style>
span { border-color: #7E6D56; }
span { border-color: rgb(126,109,86); }
td.TdClassName
{
border-color: #7E6D56;
}
.TagClassName
{
border-color: #7E6D56;
}
</style>