Shades of Cement #8B765C
Tints of Cement #8B765C
RGB
CMYK
RGB Variations
Color information
#8B765C (or 0x8B765C) is known color: Cement. HEX triplet: 8B, 76 and 5C. RGB value is (139,118,92). Sum of RGB (Red+Green+Blue) = 139+118+92=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B765C is #7489A3. Grayscale: #797979. Windows color (decimal): -7637412 or 6059659. OLE color: 6059659.
HSL color Cylindrical-coordinate representation of color #8B765C: hue angle of 33.19º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B765C is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 118 | 92 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.45 |
| HSL | 33.19º | 0.2% | 0.45% | - |
| HSV(B) | 33.19º | 0.34% | 0.55% | - |
| XYZ | 19.06 | 19.22 | 12.83 | - |
| YUV | 121.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 118 | 92 | 0 | 0.15 | 0.34 | 0.45 | 33.19 | 0.2 | 0.45 |
| Hex | 8B | 76 | 5C | 0 | F | 22 | 2D | 21 | 14 | 2D |
| Octal | 213 | 166 | 134 | 0 | 17 | 42 | 55 | 41 | 24 | 55 |
| Binary | 10001011 | 1110110 | 1011100 | 0 | 1111 | 100010 | 101101 | 100001 | 10100 | 101101 |
Color Harmonies of #8B765C
Complementary color
Monochromatic Colors of #8B765C
Black with #8B765C
Text Example
Text Example
White with #8B765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B765C; }
p { color: rgb(139,118,92); }
H1.HeaderClassName
{
color: #8B765C;
}
.AnyTagClassName
{
color: #8B765C;
}
</style>
background-color css
<style>
a { background-color: #8B765C; }
a { background-color: rgb(139,118,92); }
div.DivClassName
{
background-color: #8B765C;
}
.BgClassName
{
background-color: #8B765C;
}
</style>
border-color css
<style>
span { border-color: #8B765C; }
span { border-color: rgb(139,118,92); }
td.TdClassName
{
border-color: #8B765C;
}
.TagClassName
{
border-color: #8B765C;
}
</style>