Shades of Russet #7F421C
Tints of Russet #7F421C
RGB
CMYK
RGB Variations
Color information
#7F421C (or 0x7F421C) is known color: Russet. HEX triplet: 7F, 42 and 1C. RGB value is (127,66,28). Sum of RGB (Red+Green+Blue) = 127+66+28=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F421C is #80BDE3. Grayscale: #505050. Windows color (decimal): -8437220 or 1852031. OLE color: 1852031.
HSL color Cylindrical-coordinate representation of color #7F421C: hue angle of 23.03º 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 #7F421C is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 66 | 28 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.50 |
| HSL | 23.03º | 0.64% | 0.3% | - |
| HSV(B) | 23.03º | 0.78% | 0.5% | - |
| XYZ | 10.91 | 8.49 | 2.16 | - |
| YUV | 79.91 | 98.71 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 28 | 0 | 0.48 | 0.78 | 0.50 | 23.03 | 0.64 | 0.3 |
| Hex | 7F | 42 | 1C | 0 | 30 | 4E | 32 | 17 | 40 | 1E |
| Octal | 177 | 102 | 34 | 0 | 60 | 116 | 62 | 27 | 100 | 36 |
| Binary | 1111111 | 1000010 | 11100 | 0 | 110000 | 1001110 | 110010 | 10111 | 1000000 | 11110 |
Color Harmonies of #7F421C
Complementary color
Monochromatic Colors of #7F421C
Black with #7F421C
Text Example
Text Example
White with #7F421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F421C; }
p { color: rgb(127,66,28); }
H1.HeaderClassName
{
color: #7F421C;
}
.AnyTagClassName
{
color: #7F421C;
}
</style>
background-color css
<style>
a { background-color: #7F421C; }
a { background-color: rgb(127,66,28); }
div.DivClassName
{
background-color: #7F421C;
}
.BgClassName
{
background-color: #7F421C;
}
</style>
border-color css
<style>
span { border-color: #7F421C; }
span { border-color: rgb(127,66,28); }
td.TdClassName
{
border-color: #7F421C;
}
.TagClassName
{
border-color: #7F421C;
}
</style>