Shades of Cement #8A775B
Tints of Cement #8A775B
RGB
CMYK
RGB Variations
Color information
#8A775B (or 0x8A775B) is known color: Cement. HEX triplet: 8A, 77 and 5B. RGB value is (138,119,91). Sum of RGB (Red+Green+Blue) = 138+119+91=348 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.66% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 138 - color contains mainly: red. Hex color #8A775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A775B is #7588A4. Grayscale: #797979. Windows color (decimal): -7702693 or 5994378. OLE color: 5994378.
HSL color Cylindrical-coordinate representation of color #8A775B: hue angle of 35.74º degrees, saturation: 0.21, 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 #8A775B is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 119 | 91 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.46 |
| HSL | 35.74º | 0.21% | 0.45% | - |
| HSV(B) | 35.74º | 0.34% | 0.54% | - |
| XYZ | 18.97 | 19.35 | 12.63 | - |
| YUV | 121.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 91 | 0 | 0.14 | 0.34 | 0.46 | 35.74 | 0.21 | 0.45 |
| Hex | 8A | 77 | 5B | 0 | E | 22 | 2E | 24 | 15 | 2D |
| Octal | 212 | 167 | 133 | 0 | 16 | 42 | 56 | 44 | 25 | 55 |
| Binary | 10001010 | 1110111 | 1011011 | 0 | 1110 | 100010 | 101110 | 100100 | 10101 | 101101 |
Color Harmonies of #8A775B
Complementary color
Monochromatic Colors of #8A775B
Black with #8A775B
Text Example
Text Example
White with #8A775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A775B; }
p { color: rgb(138,119,91); }
H1.HeaderClassName
{
color: #8A775B;
}
.AnyTagClassName
{
color: #8A775B;
}
</style>
background-color css
<style>
a { background-color: #8A775B; }
a { background-color: rgb(138,119,91); }
div.DivClassName
{
background-color: #8A775B;
}
.BgClassName
{
background-color: #8A775B;
}
</style>
border-color css
<style>
span { border-color: #8A775B; }
span { border-color: rgb(138,119,91); }
td.TdClassName
{
border-color: #8A775B;
}
.TagClassName
{
border-color: #8A775B;
}
</style>