Shades of Russett #7C625B
Tints of Russett #7C625B
RGB
CMYK
RGB Variations
Color information
#7C625B (or 0x7C625B) is known color: Russett. HEX triplet: 7C, 62 and 5B. RGB value is (124,98,91). Sum of RGB (Red+Green+Blue) = 124+98+91=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C625B is #839DA4. Grayscale: #696969. Windows color (decimal): -8625573 or 5988988. OLE color: 5988988.
HSL color Cylindrical-coordinate representation of color #7C625B: hue angle of 12.73º 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 #7C625B is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 98 | 91 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.51 |
| HSL | 12.73º | 0.15% | 0.42% | - |
| HSV(B) | 12.73º | 0.27% | 0.49% | - |
| XYZ | 14.57 | 13.78 | 11.79 | - |
| YUV | 104.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 91 | 0 | 0.21 | 0.27 | 0.51 | 12.73 | 0.15 | 0.42 |
| Hex | 7C | 62 | 5B | 0 | 15 | 1B | 33 | D | F | 2A |
| Octal | 174 | 142 | 133 | 0 | 25 | 33 | 63 | 15 | 17 | 52 |
| Binary | 1111100 | 1100010 | 1011011 | 0 | 10101 | 11011 | 110011 | 1101 | 1111 | 101010 |
Color Harmonies of #7C625B
Complementary color
Monochromatic Colors of #7C625B
Black with #7C625B
Text Example
Text Example
White with #7C625B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C625B; }
p { color: rgb(124,98,91); }
H1.HeaderClassName
{
color: #7C625B;
}
.AnyTagClassName
{
color: #7C625B;
}
</style>
background-color css
<style>
a { background-color: #7C625B; }
a { background-color: rgb(124,98,91); }
div.DivClassName
{
background-color: #7C625B;
}
.BgClassName
{
background-color: #7C625B;
}
</style>
border-color css
<style>
span { border-color: #7C625B; }
span { border-color: rgb(124,98,91); }
td.TdClassName
{
border-color: #7C625B;
}
.TagClassName
{
border-color: #7C625B;
}
</style>