Shades of Russett #7F6B64
Tints of Russett #7F6B64
RGB
CMYK
RGB Variations
Color information
#7F6B64 (or 0x7F6B64) is known color: Russett. HEX triplet: 7F, 6B and 64. RGB value is (127,107,100). Sum of RGB (Red+Green+Blue) = 127+107+100=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6B64 is #80949B. Grayscale: #707070. Windows color (decimal): -8426652 or 6581119. OLE color: 6581119.
HSL color Cylindrical-coordinate representation of color #7F6B64: hue angle of 15.56º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F6B64 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 107 | 100 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.50 |
| HSL | 15.56º | 0.12% | 0.45% | - |
| HSV(B) | 15.56º | 0.21% | 0.5% | - |
| XYZ | 16.31 | 15.95 | 14.28 | - |
| YUV | 112.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 107 | 100 | 0 | 0.16 | 0.21 | 0.50 | 15.56 | 0.12 | 0.45 |
| Hex | 7F | 6B | 64 | 0 | 10 | 15 | 32 | 10 | C | 2D |
| Octal | 177 | 153 | 144 | 0 | 20 | 25 | 62 | 20 | 14 | 55 |
| Binary | 1111111 | 1101011 | 1100100 | 0 | 10000 | 10101 | 110010 | 10000 | 1100 | 101101 |
Color Harmonies of #7F6B64
Complementary color
Monochromatic Colors of #7F6B64
Black with #7F6B64
Text Example
Text Example
White with #7F6B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6B64; }
p { color: rgb(127,107,100); }
H1.HeaderClassName
{
color: #7F6B64;
}
.AnyTagClassName
{
color: #7F6B64;
}
</style>
background-color css
<style>
a { background-color: #7F6B64; }
a { background-color: rgb(127,107,100); }
div.DivClassName
{
background-color: #7F6B64;
}
.BgClassName
{
background-color: #7F6B64;
}
</style>
border-color css
<style>
span { border-color: #7F6B64; }
span { border-color: rgb(127,107,100); }
td.TdClassName
{
border-color: #7F6B64;
}
.TagClassName
{
border-color: #7F6B64;
}
</style>