Shades of Cement #81725C
Tints of Cement #81725C
RGB
CMYK
RGB Variations
Color information
#81725C (or 0x81725C) is known color: Cement. HEX triplet: 81, 72 and 5C. RGB value is (129,114,92). Sum of RGB (Red+Green+Blue) = 129+114+92=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #81725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81725C is #7E8DA3. Grayscale: #747474. Windows color (decimal): -8293796 or 6058625. OLE color: 6058625.
HSL color Cylindrical-coordinate representation of color #81725C: hue angle of 35.68º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81725C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 114 | 92 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.49 |
| HSL | 35.68º | 0.17% | 0.43% | - |
| HSV(B) | 35.68º | 0.29% | 0.51% | - |
| XYZ | 17 | 17.47 | 12.6 | - |
| YUV | 115.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 92 | 0 | 0.12 | 0.29 | 0.49 | 35.68 | 0.17 | 0.43 |
| Hex | 81 | 72 | 5C | 0 | C | 1D | 31 | 24 | 11 | 2B |
| Octal | 201 | 162 | 134 | 0 | 14 | 35 | 61 | 44 | 21 | 53 |
| Binary | 10000001 | 1110010 | 1011100 | 0 | 1100 | 11101 | 110001 | 100100 | 10001 | 101011 |
Color Harmonies of #81725C
Complementary color
Monochromatic Colors of #81725C
Black with #81725C
Text Example
Text Example
White with #81725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81725C; }
p { color: rgb(129,114,92); }
H1.HeaderClassName
{
color: #81725C;
}
.AnyTagClassName
{
color: #81725C;
}
</style>
background-color css
<style>
a { background-color: #81725C; }
a { background-color: rgb(129,114,92); }
div.DivClassName
{
background-color: #81725C;
}
.BgClassName
{
background-color: #81725C;
}
</style>
border-color css
<style>
span { border-color: #81725C; }
span { border-color: rgb(129,114,92); }
td.TdClassName
{
border-color: #81725C;
}
.TagClassName
{
border-color: #81725C;
}
</style>