Shades of Russet #7F501C
Tints of Russet #7F501C
RGB
CMYK
RGB Variations
Color information
#7F501C (or 0x7F501C) is known color: Russet. HEX triplet: 7F, 50 and 1C. RGB value is (127,80,28). Sum of RGB (Red+Green+Blue) = 127+80+28=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F501C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F501C is #80AFE3. Grayscale: #585858. Windows color (decimal): -8433636 or 1855615. OLE color: 1855615.
HSL color Cylindrical-coordinate representation of color #7F501C: hue angle of 31.52º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F501C is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 28 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.50 |
| HSL | 31.52º | 0.64% | 0.3% | - |
| HSV(B) | 31.52º | 0.78% | 0.5% | - |
| XYZ | 11.83 | 10.33 | 2.47 | - |
| YUV | 88.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 28 | 0 | 0.37 | 0.78 | 0.50 | 31.52 | 0.64 | 0.3 |
| Hex | 7F | 50 | 1C | 0 | 25 | 4E | 32 | 20 | 40 | 1E |
| Octal | 177 | 120 | 34 | 0 | 45 | 116 | 62 | 40 | 100 | 36 |
| Binary | 1111111 | 1010000 | 11100 | 0 | 100101 | 1001110 | 110010 | 100000 | 1000000 | 11110 |
Color Harmonies of #7F501C
Complementary color
Monochromatic Colors of #7F501C
Black with #7F501C
Text Example
Text Example
White with #7F501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F501C; }
p { color: rgb(127,80,28); }
H1.HeaderClassName
{
color: #7F501C;
}
.AnyTagClassName
{
color: #7F501C;
}
</style>
background-color css
<style>
a { background-color: #7F501C; }
a { background-color: rgb(127,80,28); }
div.DivClassName
{
background-color: #7F501C;
}
.BgClassName
{
background-color: #7F501C;
}
</style>
border-color css
<style>
span { border-color: #7F501C; }
span { border-color: rgb(127,80,28); }
td.TdClassName
{
border-color: #7F501C;
}
.TagClassName
{
border-color: #7F501C;
}
</style>