Shades of Russett #7C6057
Tints of Russett #7C6057
RGB
CMYK
RGB Variations
Color information
#7C6057 (or 0x7C6057) is known color: Russett. HEX triplet: 7C, 60 and 57. RGB value is (124,96,87). Sum of RGB (Red+Green+Blue) = 124+96+87=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6057 is #839FA8. Grayscale: #676767. Windows color (decimal): -8626089 or 5726332. OLE color: 5726332.
HSL color Cylindrical-coordinate representation of color #7C6057: hue angle of 14.59º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C6057 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 87 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.51 |
| HSL | 14.59º | 0.18% | 0.41% | - |
| HSV(B) | 14.59º | 0.3% | 0.49% | - |
| XYZ | 14.22 | 13.34 | 10.84 | - |
| YUV | 103.35 | 118.78 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 87 | 0 | 0.23 | 0.30 | 0.51 | 14.59 | 0.18 | 0.41 |
| Hex | 7C | 60 | 57 | 0 | 17 | 1E | 33 | F | 12 | 29 |
| Octal | 174 | 140 | 127 | 0 | 27 | 36 | 63 | 17 | 22 | 51 |
| Binary | 1111100 | 1100000 | 1010111 | 0 | 10111 | 11110 | 110011 | 1111 | 10010 | 101001 |
Color Harmonies of #7C6057
Complementary color
Monochromatic Colors of #7C6057
Black with #7C6057
Text Example
Text Example
White with #7C6057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6057; }
p { color: rgb(124,96,87); }
H1.HeaderClassName
{
color: #7C6057;
}
.AnyTagClassName
{
color: #7C6057;
}
</style>
background-color css
<style>
a { background-color: #7C6057; }
a { background-color: rgb(124,96,87); }
div.DivClassName
{
background-color: #7C6057;
}
.BgClassName
{
background-color: #7C6057;
}
</style>
border-color css
<style>
span { border-color: #7C6057; }
span { border-color: rgb(124,96,87); }
td.TdClassName
{
border-color: #7C6057;
}
.TagClassName
{
border-color: #7C6057;
}
</style>