Shades of Russett #7F6C63
Tints of Russett #7F6C63
RGB
CMYK
RGB Variations
Color information
#7F6C63 (or 0x7F6C63) is known color: Russett. HEX triplet: 7F, 6C and 63. RGB value is (127,108,99). Sum of RGB (Red+Green+Blue) = 127+108+99=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6C63 is #80939C. Grayscale: #707070. Windows color (decimal): -8426397 or 6515839. OLE color: 6515839.
HSL color Cylindrical-coordinate representation of color #7F6C63: hue angle of 19.29º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F6C63 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 108 | 99 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.50 |
| HSL | 19.29º | 0.12% | 0.44% | - |
| HSV(B) | 19.29º | 0.22% | 0.5% | - |
| XYZ | 16.37 | 16.14 | 14.06 | - |
| YUV | 112.66 | 120.29 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 108 | 99 | 0 | 0.15 | 0.22 | 0.50 | 19.29 | 0.12 | 0.44 |
| Hex | 7F | 6C | 63 | 0 | F | 16 | 32 | 13 | C | 2C |
| Octal | 177 | 154 | 143 | 0 | 17 | 26 | 62 | 23 | 14 | 54 |
| Binary | 1111111 | 1101100 | 1100011 | 0 | 1111 | 10110 | 110010 | 10011 | 1100 | 101100 |
Color Harmonies of #7F6C63
Complementary color
Monochromatic Colors of #7F6C63
Black with #7F6C63
Text Example
Text Example
White with #7F6C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6C63; }
p { color: rgb(127,108,99); }
H1.HeaderClassName
{
color: #7F6C63;
}
.AnyTagClassName
{
color: #7F6C63;
}
</style>
background-color css
<style>
a { background-color: #7F6C63; }
a { background-color: rgb(127,108,99); }
div.DivClassName
{
background-color: #7F6C63;
}
.BgClassName
{
background-color: #7F6C63;
}
</style>
border-color css
<style>
span { border-color: #7F6C63; }
span { border-color: rgb(127,108,99); }
td.TdClassName
{
border-color: #7F6C63;
}
.TagClassName
{
border-color: #7F6C63;
}
</style>