Shades of Russett #7C645B
Tints of Russett #7C645B
RGB
CMYK
RGB Variations
Color information
#7C645B (or 0x7C645B) is known color: Russett. HEX triplet: 7C, 64 and 5B. RGB value is (124,100,91). Sum of RGB (Red+Green+Blue) = 124+100+91=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C645B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C645B is #839BA4. Grayscale: #6A6A6A. Windows color (decimal): -8625061 or 5989500. OLE color: 5989500.
HSL color Cylindrical-coordinate representation of color #7C645B: hue angle of 16.36º 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 #7C645B is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 100 | 91 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.51 |
| HSL | 16.36º | 0.15% | 0.42% | - |
| HSV(B) | 16.36º | 0.27% | 0.49% | - |
| XYZ | 14.76 | 14.15 | 11.85 | - |
| YUV | 106.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 91 | 0 | 0.19 | 0.27 | 0.51 | 16.36 | 0.15 | 0.42 |
| Hex | 7C | 64 | 5B | 0 | 13 | 1B | 33 | 10 | F | 2A |
| Octal | 174 | 144 | 133 | 0 | 23 | 33 | 63 | 20 | 17 | 52 |
| Binary | 1111100 | 1100100 | 1011011 | 0 | 10011 | 11011 | 110011 | 10000 | 1111 | 101010 |
Color Harmonies of #7C645B
Complementary color
Monochromatic Colors of #7C645B
Black with #7C645B
Text Example
Text Example
White with #7C645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C645B; }
p { color: rgb(124,100,91); }
H1.HeaderClassName
{
color: #7C645B;
}
.AnyTagClassName
{
color: #7C645B;
}
</style>
background-color css
<style>
a { background-color: #7C645B; }
a { background-color: rgb(124,100,91); }
div.DivClassName
{
background-color: #7C645B;
}
.BgClassName
{
background-color: #7C645B;
}
</style>
border-color css
<style>
span { border-color: #7C645B; }
span { border-color: rgb(124,100,91); }
td.TdClassName
{
border-color: #7C645B;
}
.TagClassName
{
border-color: #7C645B;
}
</style>