Shades of Cement #8B7557
Tints of Cement #8B7557
RGB
CMYK
RGB Variations
Color information
#8B7557 (or 0x8B7557) is known color: Cement. HEX triplet: 8B, 75 and 57. RGB value is (139,117,87). Sum of RGB (Red+Green+Blue) = 139+117+87=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7557 is #748AA8. Grayscale: #787878. Windows color (decimal): -7637673 or 5731723. OLE color: 5731723.
HSL color Cylindrical-coordinate representation of color #8B7557: hue angle of 34.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B7557 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 87 | - |
| CMYK | 0 | 0.16 | 0.37 | 0.45 |
| HSL | 34.62º | 0.23% | 0.44% | - |
| HSV(B) | 34.62º | 0.37% | 0.55% | - |
| XYZ | 18.73 | 18.9 | 11.68 | - |
| YUV | 120.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 87 | 0 | 0.16 | 0.37 | 0.45 | 34.62 | 0.23 | 0.44 |
| Hex | 8B | 75 | 57 | 0 | 10 | 25 | 2D | 23 | 17 | 2C |
| Octal | 213 | 165 | 127 | 0 | 20 | 45 | 55 | 43 | 27 | 54 |
| Binary | 10001011 | 1110101 | 1010111 | 0 | 10000 | 100101 | 101101 | 100011 | 10111 | 101100 |
Color Harmonies of #8B7557
Complementary color
Monochromatic Colors of #8B7557
Black with #8B7557
Text Example
Text Example
White with #8B7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7557; }
p { color: rgb(139,117,87); }
H1.HeaderClassName
{
color: #8B7557;
}
.AnyTagClassName
{
color: #8B7557;
}
</style>
background-color css
<style>
a { background-color: #8B7557; }
a { background-color: rgb(139,117,87); }
div.DivClassName
{
background-color: #8B7557;
}
.BgClassName
{
background-color: #8B7557;
}
</style>
border-color css
<style>
span { border-color: #8B7557; }
span { border-color: rgb(139,117,87); }
td.TdClassName
{
border-color: #8B7557;
}
.TagClassName
{
border-color: #8B7557;
}
</style>