Shades of Russet #7F4D1A
Tints of Russet #7F4D1A
RGB
CMYK
RGB Variations
Color information
#7F4D1A (or 0x7F4D1A) is known color: Russet. HEX triplet: 7F, 4D and 1A. RGB value is (127,77,26). Sum of RGB (Red+Green+Blue) = 127+77+26=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4D1A is #80B2E5. Grayscale: #565656. Windows color (decimal): -8434406 or 1723775. OLE color: 1723775.
HSL color Cylindrical-coordinate representation of color #7F4D1A: hue angle of 30.3º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F4D1A is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 77 | 26 | - |
| CMYK | 0 | 0.39 | 0.80 | 0.50 |
| HSL | 30.3º | 0.66% | 0.3% | - |
| HSV(B) | 30.3º | 0.8% | 0.5% | - |
| XYZ | 11.59 | 9.89 | 2.28 | - |
| YUV | 86.14 | 94.07 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 26 | 0 | 0.39 | 0.80 | 0.50 | 30.3 | 0.66 | 0.3 |
| Hex | 7F | 4D | 1A | 0 | 27 | 50 | 32 | 1E | 42 | 1E |
| Octal | 177 | 115 | 32 | 0 | 47 | 120 | 62 | 36 | 102 | 36 |
| Binary | 1111111 | 1001101 | 11010 | 0 | 100111 | 1010000 | 110010 | 11110 | 1000010 | 11110 |
Color Harmonies of #7F4D1A
Complementary color
Monochromatic Colors of #7F4D1A
Black with #7F4D1A
Text Example
Text Example
White with #7F4D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4D1A; }
p { color: rgb(127,77,26); }
H1.HeaderClassName
{
color: #7F4D1A;
}
.AnyTagClassName
{
color: #7F4D1A;
}
</style>
background-color css
<style>
a { background-color: #7F4D1A; }
a { background-color: rgb(127,77,26); }
div.DivClassName
{
background-color: #7F4D1A;
}
.BgClassName
{
background-color: #7F4D1A;
}
</style>
border-color css
<style>
span { border-color: #7F4D1A; }
span { border-color: rgb(127,77,26); }
td.TdClassName
{
border-color: #7F4D1A;
}
.TagClassName
{
border-color: #7F4D1A;
}
</style>