Shades of Cement #7E6F59
Tints of Cement #7E6F59
RGB
CMYK
RGB Variations
Color information
#7E6F59 (or 0x7E6F59) is known color: Cement. HEX triplet: 7E, 6F and 59. RGB value is (126,111,89). Sum of RGB (Red+Green+Blue) = 126+111+89=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6F59 is #8190A6. Grayscale: #717171. Windows color (decimal): -8491175 or 5861246. OLE color: 5861246.
HSL color Cylindrical-coordinate representation of color #7E6F59: hue angle of 35.68º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E6F59 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 111 | 89 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.51 |
| HSL | 35.68º | 0.17% | 0.42% | - |
| HSV(B) | 35.68º | 0.29% | 0.49% | - |
| XYZ | 16.09 | 16.53 | 11.79 | - |
| YUV | 112.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 89 | 0 | 0.12 | 0.29 | 0.51 | 35.68 | 0.17 | 0.42 |
| Hex | 7E | 6F | 59 | 0 | C | 1D | 33 | 24 | 11 | 2A |
| Octal | 176 | 157 | 131 | 0 | 14 | 35 | 63 | 44 | 21 | 52 |
| Binary | 1111110 | 1101111 | 1011001 | 0 | 1100 | 11101 | 110011 | 100100 | 10001 | 101010 |
Color Harmonies of #7E6F59
Complementary color
Monochromatic Colors of #7E6F59
Black with #7E6F59
Text Example
Text Example
White with #7E6F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6F59; }
p { color: rgb(126,111,89); }
H1.HeaderClassName
{
color: #7E6F59;
}
.AnyTagClassName
{
color: #7E6F59;
}
</style>
background-color css
<style>
a { background-color: #7E6F59; }
a { background-color: rgb(126,111,89); }
div.DivClassName
{
background-color: #7E6F59;
}
.BgClassName
{
background-color: #7E6F59;
}
</style>
border-color css
<style>
span { border-color: #7E6F59; }
span { border-color: rgb(126,111,89); }
td.TdClassName
{
border-color: #7E6F59;
}
.TagClassName
{
border-color: #7E6F59;
}
</style>