Shades of Russett #725F5B
Tints of Russett #725F5B
RGB
CMYK
RGB Variations
Color information
#725F5B (or 0x725F5B) is known color: Russett. HEX triplet: 72, 5F and 5B. RGB value is (114,95,91). Sum of RGB (Red+Green+Blue) = 114+95+91=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #725F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F5B is #8DA0A4. Grayscale: #646464. Windows color (decimal): -9281701 or 5988210. OLE color: 5988210.
HSL color Cylindrical-coordinate representation of color #725F5B: hue angle of 10.43º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #725F5B is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 95 | 91 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.55 |
| HSL | 10.43º | 0.11% | 0.4% | - |
| HSV(B) | 10.43º | 0.2% | 0.45% | - |
| XYZ | 12.92 | 12.52 | 11.63 | - |
| YUV | 100.23 | 122.79 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 95 | 91 | 0 | 0.17 | 0.20 | 0.55 | 10.43 | 0.11 | 0.4 |
| Hex | 72 | 5F | 5B | 0 | 11 | 14 | 37 | A | B | 28 |
| Octal | 162 | 137 | 133 | 0 | 21 | 24 | 67 | 12 | 13 | 50 |
| Binary | 1110010 | 1011111 | 1011011 | 0 | 10001 | 10100 | 110111 | 1010 | 1011 | 101000 |
Color Harmonies of #725F5B
Complementary color
Monochromatic Colors of #725F5B
Black with #725F5B
Text Example
Text Example
White with #725F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725F5B; }
p { color: rgb(114,95,91); }
H1.HeaderClassName
{
color: #725F5B;
}
.AnyTagClassName
{
color: #725F5B;
}
</style>
background-color css
<style>
a { background-color: #725F5B; }
a { background-color: rgb(114,95,91); }
div.DivClassName
{
background-color: #725F5B;
}
.BgClassName
{
background-color: #725F5B;
}
</style>
border-color css
<style>
span { border-color: #725F5B; }
span { border-color: rgb(114,95,91); }
td.TdClassName
{
border-color: #725F5B;
}
.TagClassName
{
border-color: #725F5B;
}
</style>