Shades of Cement #8B7654
Tints of Cement #8B7654
RGB
CMYK
RGB Variations
Color information
#8B7654 (or 0x8B7654) is known color: Cement. HEX triplet: 8B, 76 and 54. RGB value is (139,118,84). Sum of RGB (Red+Green+Blue) = 139+118+84=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7654 is #7489AB. Grayscale: #787878. Windows color (decimal): -7637420 or 5535371. OLE color: 5535371.
HSL color Cylindrical-coordinate representation of color #8B7654: hue angle of 37.09º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B7654 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 84 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.45 |
| HSL | 37.09º | 0.25% | 0.44% | - |
| HSV(B) | 37.09º | 0.4% | 0.55% | - |
| XYZ | 18.73 | 19.09 | 11.08 | - |
| YUV | 120.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 84 | 0 | 0.15 | 0.40 | 0.45 | 37.09 | 0.25 | 0.44 |
| Hex | 8B | 76 | 54 | 0 | F | 28 | 2D | 25 | 19 | 2C |
| Octal | 213 | 166 | 124 | 0 | 17 | 50 | 55 | 45 | 31 | 54 |
| Binary | 10001011 | 1110110 | 1010100 | 0 | 1111 | 101000 | 101101 | 100101 | 11001 | 101100 |
Color Harmonies of #8B7654
Complementary color
Monochromatic Colors of #8B7654
Black with #8B7654
Text Example
Text Example
White with #8B7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7654; }
p { color: rgb(139,118,84); }
H1.HeaderClassName
{
color: #8B7654;
}
.AnyTagClassName
{
color: #8B7654;
}
</style>
background-color css
<style>
a { background-color: #8B7654; }
a { background-color: rgb(139,118,84); }
div.DivClassName
{
background-color: #8B7654;
}
.BgClassName
{
background-color: #8B7654;
}
</style>
border-color css
<style>
span { border-color: #8B7654; }
span { border-color: rgb(139,118,84); }
td.TdClassName
{
border-color: #8B7654;
}
.TagClassName
{
border-color: #8B7654;
}
</style>