Shades of Cement #89785B
Tints of Cement #89785B
RGB
CMYK
RGB Variations
Color information
#89785B (or 0x89785B) is known color: Cement. HEX triplet: 89, 78 and 5B. RGB value is (137,120,91). Sum of RGB (Red+Green+Blue) = 137+120+91=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #89785B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89785B is #7687A4. Grayscale: #797979. Windows color (decimal): -7767973 or 5994633. OLE color: 5994633.
HSL color Cylindrical-coordinate representation of color #89785B: hue angle of 37.83º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89785B is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 91 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.46 |
| HSL | 37.83º | 0.2% | 0.45% | - |
| HSV(B) | 37.83º | 0.34% | 0.54% | - |
| XYZ | 18.92 | 19.51 | 12.67 | - |
| YUV | 121.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 91 | 0 | 0.12 | 0.34 | 0.46 | 37.83 | 0.2 | 0.45 |
| Hex | 89 | 78 | 5B | 0 | C | 22 | 2E | 26 | 14 | 2D |
| Octal | 211 | 170 | 133 | 0 | 14 | 42 | 56 | 46 | 24 | 55 |
| Binary | 10001001 | 1111000 | 1011011 | 0 | 1100 | 100010 | 101110 | 100110 | 10100 | 101101 |
Color Harmonies of #89785B
Complementary color
Monochromatic Colors of #89785B
Black with #89785B
Text Example
Text Example
White with #89785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89785B; }
p { color: rgb(137,120,91); }
H1.HeaderClassName
{
color: #89785B;
}
.AnyTagClassName
{
color: #89785B;
}
</style>
background-color css
<style>
a { background-color: #89785B; }
a { background-color: rgb(137,120,91); }
div.DivClassName
{
background-color: #89785B;
}
.BgClassName
{
background-color: #89785B;
}
</style>
border-color css
<style>
span { border-color: #89785B; }
span { border-color: rgb(137,120,91); }
td.TdClassName
{
border-color: #89785B;
}
.TagClassName
{
border-color: #89785B;
}
</style>