Shades of Cement #89785E
Tints of Cement #89785E
RGB
CMYK
RGB Variations
Color information
#89785E (or 0x89785E) is known color: Cement. HEX triplet: 89, 78 and 5E. RGB value is (137,120,94). Sum of RGB (Red+Green+Blue) = 137+120+94=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #89785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89785E is #7687A1. Grayscale: #7A7A7A. Windows color (decimal): -7767970 or 6191241. OLE color: 6191241.
HSL color Cylindrical-coordinate representation of color #89785E: hue angle of 36.28º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89785E is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 94 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.46 |
| HSL | 36.28º | 0.19% | 0.45% | - |
| HSV(B) | 36.28º | 0.31% | 0.54% | - |
| XYZ | 19.05 | 19.56 | 13.36 | - |
| YUV | 122.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 94 | 0 | 0.12 | 0.31 | 0.46 | 36.28 | 0.19 | 0.45 |
| Hex | 89 | 78 | 5E | 0 | C | 1F | 2E | 24 | 13 | 2D |
| Octal | 211 | 170 | 136 | 0 | 14 | 37 | 56 | 44 | 23 | 55 |
| Binary | 10001001 | 1111000 | 1011110 | 0 | 1100 | 11111 | 101110 | 100100 | 10011 | 101101 |
Color Harmonies of #89785E
Complementary color
Monochromatic Colors of #89785E
Black with #89785E
Text Example
Text Example
White with #89785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89785E; }
p { color: rgb(137,120,94); }
H1.HeaderClassName
{
color: #89785E;
}
.AnyTagClassName
{
color: #89785E;
}
</style>
background-color css
<style>
a { background-color: #89785E; }
a { background-color: rgb(137,120,94); }
div.DivClassName
{
background-color: #89785E;
}
.BgClassName
{
background-color: #89785E;
}
</style>
border-color css
<style>
span { border-color: #89785E; }
span { border-color: rgb(137,120,94); }
td.TdClassName
{
border-color: #89785E;
}
.TagClassName
{
border-color: #89785E;
}
</style>