Shades of Cement #8B755D
Tints of Cement #8B755D
RGB
CMYK
RGB Variations
Color information
#8B755D (or 0x8B755D) is known color: Cement. HEX triplet: 8B, 75 and 5D. RGB value is (139,117,93). Sum of RGB (Red+Green+Blue) = 139+117+93=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B755D is #748AA2. Grayscale: #787878. Windows color (decimal): -7637667 or 6124939. OLE color: 6124939.
HSL color Cylindrical-coordinate representation of color #8B755D: hue angle of 31.3º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B755D is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 93 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.45 |
| HSL | 31.3º | 0.2% | 0.45% | - |
| HSV(B) | 31.3º | 0.33% | 0.55% | - |
| XYZ | 18.98 | 19 | 13.02 | - |
| YUV | 120.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 93 | 0 | 0.16 | 0.33 | 0.45 | 31.3 | 0.2 | 0.45 |
| Hex | 8B | 75 | 5D | 0 | 10 | 21 | 2D | 1F | 14 | 2D |
| Octal | 213 | 165 | 135 | 0 | 20 | 41 | 55 | 37 | 24 | 55 |
| Binary | 10001011 | 1110101 | 1011101 | 0 | 10000 | 100001 | 101101 | 11111 | 10100 | 101101 |
Color Harmonies of #8B755D
Complementary color
Monochromatic Colors of #8B755D
Black with #8B755D
Text Example
Text Example
White with #8B755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B755D; }
p { color: rgb(139,117,93); }
H1.HeaderClassName
{
color: #8B755D;
}
.AnyTagClassName
{
color: #8B755D;
}
</style>
background-color css
<style>
a { background-color: #8B755D; }
a { background-color: rgb(139,117,93); }
div.DivClassName
{
background-color: #8B755D;
}
.BgClassName
{
background-color: #8B755D;
}
</style>
border-color css
<style>
span { border-color: #8B755D; }
span { border-color: rgb(139,117,93); }
td.TdClassName
{
border-color: #8B755D;
}
.TagClassName
{
border-color: #8B755D;
}
</style>