Shades of Russett #7F6356
Tints of Russett #7F6356
RGB
CMYK
RGB Variations
Color information
#7F6356 (or 0x7F6356) is known color: Russett. HEX triplet: 7F, 63 and 56. RGB value is (127,99,86). Sum of RGB (Red+Green+Blue) = 127+99+86=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 99 (39.06% from 255 or 31.73% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6356 is #809CA9. Grayscale: #696969. Windows color (decimal): -8428714 or 5661567. OLE color: 5661567.
HSL color Cylindrical-coordinate representation of color #7F6356: hue angle of 19.02º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F6356 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 99 | 86 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.50 |
| HSL | 19.02º | 0.19% | 0.42% | - |
| HSV(B) | 19.02º | 0.32% | 0.5% | - |
| XYZ | 14.89 | 14.11 | 10.74 | - |
| YUV | 105.89 | 116.78 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 99 | 86 | 0 | 0.22 | 0.32 | 0.50 | 19.02 | 0.19 | 0.42 |
| Hex | 7F | 63 | 56 | 0 | 16 | 20 | 32 | 13 | 13 | 2A |
| Octal | 177 | 143 | 126 | 0 | 26 | 40 | 62 | 23 | 23 | 52 |
| Binary | 1111111 | 1100011 | 1010110 | 0 | 10110 | 100000 | 110010 | 10011 | 10011 | 101010 |
Color Harmonies of #7F6356
Complementary color
Monochromatic Colors of #7F6356
Black with #7F6356
Text Example
Text Example
White with #7F6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6356; }
p { color: rgb(127,99,86); }
H1.HeaderClassName
{
color: #7F6356;
}
.AnyTagClassName
{
color: #7F6356;
}
</style>
background-color css
<style>
a { background-color: #7F6356; }
a { background-color: rgb(127,99,86); }
div.DivClassName
{
background-color: #7F6356;
}
.BgClassName
{
background-color: #7F6356;
}
</style>
border-color css
<style>
span { border-color: #7F6356; }
span { border-color: rgb(127,99,86); }
td.TdClassName
{
border-color: #7F6356;
}
.TagClassName
{
border-color: #7F6356;
}
</style>