Shades of Cement #84725C
Tints of Cement #84725C
RGB
CMYK
RGB Variations
Color information
#84725C (or 0x84725C) is known color: Cement. HEX triplet: 84, 72 and 5C. RGB value is (132,114,92). Sum of RGB (Red+Green+Blue) = 132+114+92=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84725C is #7B8DA3. Grayscale: #747474. Windows color (decimal): -8097188 or 6058628. OLE color: 6058628.
HSL color Cylindrical-coordinate representation of color #84725C: hue angle of 33º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84725C is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 114 | 92 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.48 |
| HSL | 33º | 0.18% | 0.44% | - |
| HSV(B) | 33º | 0.3% | 0.52% | - |
| XYZ | 17.46 | 17.71 | 12.62 | - |
| YUV | 116.87 | 113.96 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 92 | 0 | 0.14 | 0.30 | 0.48 | 33 | 0.18 | 0.44 |
| Hex | 84 | 72 | 5C | 0 | E | 1E | 30 | 21 | 12 | 2C |
| Octal | 204 | 162 | 134 | 0 | 16 | 36 | 60 | 41 | 22 | 54 |
| Binary | 10000100 | 1110010 | 1011100 | 0 | 1110 | 11110 | 110000 | 100001 | 10010 | 101100 |
Color Harmonies of #84725C
Complementary color
Monochromatic Colors of #84725C
Black with #84725C
Text Example
Text Example
White with #84725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84725C; }
p { color: rgb(132,114,92); }
H1.HeaderClassName
{
color: #84725C;
}
.AnyTagClassName
{
color: #84725C;
}
</style>
background-color css
<style>
a { background-color: #84725C; }
a { background-color: rgb(132,114,92); }
div.DivClassName
{
background-color: #84725C;
}
.BgClassName
{
background-color: #84725C;
}
</style>
border-color css
<style>
span { border-color: #84725C; }
span { border-color: rgb(132,114,92); }
td.TdClassName
{
border-color: #84725C;
}
.TagClassName
{
border-color: #84725C;
}
</style>