Shades of Russett #7C615C
Tints of Russett #7C615C
RGB
CMYK
RGB Variations
Color information
#7C615C (or 0x7C615C) is known color: Russett. HEX triplet: 7C, 61 and 5C. RGB value is (124,97,92). Sum of RGB (Red+Green+Blue) = 124+97+92=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C615C is #839EA3. Grayscale: #686868. Windows color (decimal): -8625828 or 6054268. OLE color: 6054268.
HSL color Cylindrical-coordinate representation of color #7C615C: hue angle of 9.38º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C615C is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 97 | 92 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.51 |
| HSL | 9.38º | 0.15% | 0.42% | - |
| HSV(B) | 9.38º | 0.26% | 0.49% | - |
| XYZ | 14.52 | 13.61 | 11.99 | - |
| YUV | 104.5 | 120.95 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 92 | 0 | 0.22 | 0.26 | 0.51 | 9.38 | 0.15 | 0.42 |
| Hex | 7C | 61 | 5C | 0 | 16 | 1A | 33 | 9 | F | 2A |
| Octal | 174 | 141 | 134 | 0 | 26 | 32 | 63 | 11 | 17 | 52 |
| Binary | 1111100 | 1100001 | 1011100 | 0 | 10110 | 11010 | 110011 | 1001 | 1111 | 101010 |
Color Harmonies of #7C615C
Complementary color
Monochromatic Colors of #7C615C
Black with #7C615C
Text Example
Text Example
White with #7C615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C615C; }
p { color: rgb(124,97,92); }
H1.HeaderClassName
{
color: #7C615C;
}
.AnyTagClassName
{
color: #7C615C;
}
</style>
background-color css
<style>
a { background-color: #7C615C; }
a { background-color: rgb(124,97,92); }
div.DivClassName
{
background-color: #7C615C;
}
.BgClassName
{
background-color: #7C615C;
}
</style>
border-color css
<style>
span { border-color: #7C615C; }
span { border-color: rgb(124,97,92); }
td.TdClassName
{
border-color: #7C615C;
}
.TagClassName
{
border-color: #7C615C;
}
</style>