Shades of Cement #8B775D
Tints of Cement #8B775D
RGB
CMYK
RGB Variations
Color information
#8B775D (or 0x8B775D) is known color: Cement. HEX triplet: 8B, 77 and 5D. RGB value is (139,119,93). Sum of RGB (Red+Green+Blue) = 139+119+93=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B775D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B775D is #7488A2. Grayscale: #7A7A7A. Windows color (decimal): -7637155 or 6125451. OLE color: 6125451.
HSL color Cylindrical-coordinate representation of color #8B775D: hue angle of 33.91º 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 #8B775D is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 119 | 93 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.45 |
| HSL | 33.91º | 0.2% | 0.45% | - |
| HSV(B) | 33.91º | 0.33% | 0.55% | - |
| XYZ | 19.22 | 19.47 | 13.1 | - |
| YUV | 122.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 119 | 93 | 0 | 0.14 | 0.33 | 0.45 | 33.91 | 0.2 | 0.45 |
| Hex | 8B | 77 | 5D | 0 | E | 21 | 2D | 22 | 14 | 2D |
| Octal | 213 | 167 | 135 | 0 | 16 | 41 | 55 | 42 | 24 | 55 |
| Binary | 10001011 | 1110111 | 1011101 | 0 | 1110 | 100001 | 101101 | 100010 | 10100 | 101101 |
Color Harmonies of #8B775D
Complementary color
Monochromatic Colors of #8B775D
Black with #8B775D
Text Example
Text Example
White with #8B775D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B775D; }
p { color: rgb(139,119,93); }
H1.HeaderClassName
{
color: #8B775D;
}
.AnyTagClassName
{
color: #8B775D;
}
</style>
background-color css
<style>
a { background-color: #8B775D; }
a { background-color: rgb(139,119,93); }
div.DivClassName
{
background-color: #8B775D;
}
.BgClassName
{
background-color: #8B775D;
}
</style>
border-color css
<style>
span { border-color: #8B775D; }
span { border-color: rgb(139,119,93); }
td.TdClassName
{
border-color: #8B775D;
}
.TagClassName
{
border-color: #8B775D;
}
</style>