Shades of Cement #8B755A
Tints of Cement #8B755A
RGB
CMYK
RGB Variations
Color information
#8B755A (or 0x8B755A) is known color: Cement. HEX triplet: 8B, 75 and 5A. RGB value is (139,117,90). Sum of RGB (Red+Green+Blue) = 139+117+90=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B755A is #748AA5. Grayscale: #787878. Windows color (decimal): -7637670 or 5928331. OLE color: 5928331.
HSL color Cylindrical-coordinate representation of color #8B755A: hue angle of 33.06º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B755A is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 90 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.45 |
| HSL | 33.06º | 0.21% | 0.45% | - |
| HSV(B) | 33.06º | 0.35% | 0.55% | - |
| XYZ | 18.85 | 18.95 | 12.34 | - |
| YUV | 120.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 90 | 0 | 0.16 | 0.35 | 0.45 | 33.06 | 0.21 | 0.45 |
| Hex | 8B | 75 | 5A | 0 | 10 | 23 | 2D | 21 | 15 | 2D |
| Octal | 213 | 165 | 132 | 0 | 20 | 43 | 55 | 41 | 25 | 55 |
| Binary | 10001011 | 1110101 | 1011010 | 0 | 10000 | 100011 | 101101 | 100001 | 10101 | 101101 |
Color Harmonies of #8B755A
Complementary color
Monochromatic Colors of #8B755A
Black with #8B755A
Text Example
Text Example
White with #8B755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B755A; }
p { color: rgb(139,117,90); }
H1.HeaderClassName
{
color: #8B755A;
}
.AnyTagClassName
{
color: #8B755A;
}
</style>
background-color css
<style>
a { background-color: #8B755A; }
a { background-color: rgb(139,117,90); }
div.DivClassName
{
background-color: #8B755A;
}
.BgClassName
{
background-color: #8B755A;
}
</style>
border-color css
<style>
span { border-color: #8B755A; }
span { border-color: rgb(139,117,90); }
td.TdClassName
{
border-color: #8B755A;
}
.TagClassName
{
border-color: #8B755A;
}
</style>