Shades of Russett #7C615B
Tints of Russett #7C615B
RGB
CMYK
RGB Variations
Color information
#7C615B (or 0x7C615B) is known color: Russett. HEX triplet: 7C, 61 and 5B. RGB value is (124,97,91). Sum of RGB (Red+Green+Blue) = 124+97+91=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 124 - color contains mainly: red. Hex color #7C615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C615B is #839EA4. Grayscale: #686868. Windows color (decimal): -8625829 or 5988732. OLE color: 5988732.
HSL color Cylindrical-coordinate representation of color #7C615B: hue angle of 10.91º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C615B is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 97 | 91 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.51 |
| HSL | 10.91º | 0.15% | 0.42% | - |
| HSV(B) | 10.91º | 0.27% | 0.49% | - |
| XYZ | 14.48 | 13.59 | 11.76 | - |
| YUV | 104.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 91 | 0 | 0.22 | 0.27 | 0.51 | 10.91 | 0.15 | 0.42 |
| Hex | 7C | 61 | 5B | 0 | 16 | 1B | 33 | B | F | 2A |
| Octal | 174 | 141 | 133 | 0 | 26 | 33 | 63 | 13 | 17 | 52 |
| Binary | 1111100 | 1100001 | 1011011 | 0 | 10110 | 11011 | 110011 | 1011 | 1111 | 101010 |
Color Harmonies of #7C615B
Complementary color
Monochromatic Colors of #7C615B
Black with #7C615B
Text Example
Text Example
White with #7C615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C615B; }
p { color: rgb(124,97,91); }
H1.HeaderClassName
{
color: #7C615B;
}
.AnyTagClassName
{
color: #7C615B;
}
</style>
background-color css
<style>
a { background-color: #7C615B; }
a { background-color: rgb(124,97,91); }
div.DivClassName
{
background-color: #7C615B;
}
.BgClassName
{
background-color: #7C615B;
}
</style>
border-color css
<style>
span { border-color: #7C615B; }
span { border-color: rgb(124,97,91); }
td.TdClassName
{
border-color: #7C615B;
}
.TagClassName
{
border-color: #7C615B;
}
</style>