Shades of Russett #725C57
Tints of Russett #725C57
RGB
CMYK
RGB Variations
Color information
#725C57 (or 0x725C57) is known color: Russett. HEX triplet: 72, 5C and 57. RGB value is (114,92,87). Sum of RGB (Red+Green+Blue) = 114+92+87=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 87 (34.38% from 255 or 29.69% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #725C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C57 is #8DA3A8. Grayscale: #626262. Windows color (decimal): -9282473 or 5725298. OLE color: 5725298.
HSL color Cylindrical-coordinate representation of color #725C57: hue angle of 11.11º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #725C57 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 87 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.55 |
| HSL | 11.11º | 0.13% | 0.39% | - |
| HSV(B) | 11.11º | 0.24% | 0.45% | - |
| XYZ | 12.49 | 11.92 | 10.66 | - |
| YUV | 98.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 87 | 0 | 0.19 | 0.24 | 0.55 | 11.11 | 0.13 | 0.39 |
| Hex | 72 | 5C | 57 | 0 | 13 | 18 | 37 | B | D | 27 |
| Octal | 162 | 134 | 127 | 0 | 23 | 30 | 67 | 13 | 15 | 47 |
| Binary | 1110010 | 1011100 | 1010111 | 0 | 10011 | 11000 | 110111 | 1011 | 1101 | 100111 |
Color Harmonies of #725C57
Complementary color
Monochromatic Colors of #725C57
Black with #725C57
Text Example
Text Example
White with #725C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C57; }
p { color: rgb(114,92,87); }
H1.HeaderClassName
{
color: #725C57;
}
.AnyTagClassName
{
color: #725C57;
}
</style>
background-color css
<style>
a { background-color: #725C57; }
a { background-color: rgb(114,92,87); }
div.DivClassName
{
background-color: #725C57;
}
.BgClassName
{
background-color: #725C57;
}
</style>
border-color css
<style>
span { border-color: #725C57; }
span { border-color: rgb(114,92,87); }
td.TdClassName
{
border-color: #725C57;
}
.TagClassName
{
border-color: #725C57;
}
</style>