Shades of Cement #8B7658
Tints of Cement #8B7658
RGB
CMYK
RGB Variations
Color information
#8B7658 (or 0x8B7658) is known color: Cement. HEX triplet: 8B, 76 and 58. RGB value is (139,118,88). Sum of RGB (Red+Green+Blue) = 139+118+88=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7658 is #7489A7. Grayscale: #797979. Windows color (decimal): -7637416 or 5797515. OLE color: 5797515.
HSL color Cylindrical-coordinate representation of color #8B7658: hue angle of 35.29º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B7658 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 88 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.45 |
| HSL | 35.29º | 0.22% | 0.45% | - |
| HSV(B) | 35.29º | 0.37% | 0.55% | - |
| XYZ | 18.89 | 19.15 | 11.93 | - |
| YUV | 120.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 88 | 0 | 0.15 | 0.37 | 0.45 | 35.29 | 0.22 | 0.45 |
| Hex | 8B | 76 | 58 | 0 | F | 25 | 2D | 23 | 16 | 2D |
| Octal | 213 | 166 | 130 | 0 | 17 | 45 | 55 | 43 | 26 | 55 |
| Binary | 10001011 | 1110110 | 1011000 | 0 | 1111 | 100101 | 101101 | 100011 | 10110 | 101101 |
Color Harmonies of #8B7658
Complementary color
Monochromatic Colors of #8B7658
Black with #8B7658
Text Example
Text Example
White with #8B7658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7658; }
p { color: rgb(139,118,88); }
H1.HeaderClassName
{
color: #8B7658;
}
.AnyTagClassName
{
color: #8B7658;
}
</style>
background-color css
<style>
a { background-color: #8B7658; }
a { background-color: rgb(139,118,88); }
div.DivClassName
{
background-color: #8B7658;
}
.BgClassName
{
background-color: #8B7658;
}
</style>
border-color css
<style>
span { border-color: #8B7658; }
span { border-color: rgb(139,118,88); }
td.TdClassName
{
border-color: #8B7658;
}
.TagClassName
{
border-color: #8B7658;
}
</style>