Shades of Cement #7F6B53
Tints of Cement #7F6B53
RGB
CMYK
RGB Variations
Color information
#7F6B53 (or 0x7F6B53) is known color: Cement. HEX triplet: 7F, 6B and 53. RGB value is (127,107,83). Sum of RGB (Red+Green+Blue) = 127+107+83=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6B53 is #8094AC. Grayscale: #6E6E6E. Windows color (decimal): -8426669 or 5467007. OLE color: 5467007.
HSL color Cylindrical-coordinate representation of color #7F6B53: hue angle of 32.73º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F6B53 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 107 | 83 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.50 |
| HSL | 32.73º | 0.21% | 0.41% | - |
| HSV(B) | 32.73º | 0.35% | 0.5% | - |
| XYZ | 15.57 | 15.65 | 10.38 | - |
| YUV | 110.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 83 | 0 | 0.16 | 0.35 | 0.50 | 32.73 | 0.21 | 0.41 |
| Hex | 7F | 6B | 53 | 0 | 10 | 23 | 32 | 21 | 15 | 29 |
| Octal | 177 | 153 | 123 | 0 | 20 | 43 | 62 | 41 | 25 | 51 |
| Binary | 1111111 | 1101011 | 1010011 | 0 | 10000 | 100011 | 110010 | 100001 | 10101 | 101001 |
Color Harmonies of #7F6B53
Complementary color
Monochromatic Colors of #7F6B53
Black with #7F6B53
Text Example
Text Example
White with #7F6B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6B53; }
p { color: rgb(127,107,83); }
H1.HeaderClassName
{
color: #7F6B53;
}
.AnyTagClassName
{
color: #7F6B53;
}
</style>
background-color css
<style>
a { background-color: #7F6B53; }
a { background-color: rgb(127,107,83); }
div.DivClassName
{
background-color: #7F6B53;
}
.BgClassName
{
background-color: #7F6B53;
}
</style>
border-color css
<style>
span { border-color: #7F6B53; }
span { border-color: rgb(127,107,83); }
td.TdClassName
{
border-color: #7F6B53;
}
.TagClassName
{
border-color: #7F6B53;
}
</style>