Shades of Cement #7E6C55
Tints of Cement #7E6C55
RGB
CMYK
RGB Variations
Color information
#7E6C55 (or 0x7E6C55) is known color: Cement. HEX triplet: 7E, 6C and 55. RGB value is (126,108,85). Sum of RGB (Red+Green+Blue) = 126+108+85=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6C55 is #8193AA. Grayscale: #6E6E6E. Windows color (decimal): -8491947 or 5598334. OLE color: 5598334.
HSL color Cylindrical-coordinate representation of color #7E6C55: hue angle of 33.66º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E6C55 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 108 | 85 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.51 |
| HSL | 33.66º | 0.19% | 0.41% | - |
| HSV(B) | 33.66º | 0.33% | 0.49% | - |
| XYZ | 15.61 | 15.82 | 10.82 | - |
| YUV | 110.76 | 113.46 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 108 | 85 | 0 | 0.14 | 0.33 | 0.51 | 33.66 | 0.19 | 0.41 |
| Hex | 7E | 6C | 55 | 0 | E | 21 | 33 | 22 | 13 | 29 |
| Octal | 176 | 154 | 125 | 0 | 16 | 41 | 63 | 42 | 23 | 51 |
| Binary | 1111110 | 1101100 | 1010101 | 0 | 1110 | 100001 | 110011 | 100010 | 10011 | 101001 |
Color Harmonies of #7E6C55
Complementary color
Monochromatic Colors of #7E6C55
Black with #7E6C55
Text Example
Text Example
White with #7E6C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6C55; }
p { color: rgb(126,108,85); }
H1.HeaderClassName
{
color: #7E6C55;
}
.AnyTagClassName
{
color: #7E6C55;
}
</style>
background-color css
<style>
a { background-color: #7E6C55; }
a { background-color: rgb(126,108,85); }
div.DivClassName
{
background-color: #7E6C55;
}
.BgClassName
{
background-color: #7E6C55;
}
</style>
border-color css
<style>
span { border-color: #7E6C55; }
span { border-color: rgb(126,108,85); }
td.TdClassName
{
border-color: #7E6C55;
}
.TagClassName
{
border-color: #7E6C55;
}
</style>