Shades of Russett #746863
Tints of Russett #746863
RGB
CMYK
RGB Variations
Color information
#746863 (or 0x746863) is known color: Russett. HEX triplet: 74, 68 and 63. RGB value is (116,104,99). Sum of RGB (Red+Green+Blue) = 116+104+99=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746863 is #8B979C. Grayscale: #6B6B6B. Windows color (decimal): -9148317 or 6514804. OLE color: 6514804.
HSL color Cylindrical-coordinate representation of color #746863: hue angle of 17.65º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #746863 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 104 | 99 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.55 |
| HSL | 17.65º | 0.08% | 0.42% | - |
| HSV(B) | 17.65º | 0.15% | 0.45% | - |
| XYZ | 14.4 | 14.51 | 13.85 | - |
| YUV | 107.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 99 | 0 | 0.10 | 0.15 | 0.55 | 17.65 | 0.08 | 0.42 |
| Hex | 74 | 68 | 63 | 0 | A | F | 37 | 12 | 8 | 2A |
| Octal | 164 | 150 | 143 | 0 | 12 | 17 | 67 | 22 | 10 | 52 |
| Binary | 1110100 | 1101000 | 1100011 | 0 | 1010 | 1111 | 110111 | 10010 | 1000 | 101010 |
Color Harmonies of #746863
Complementary color
Monochromatic Colors of #746863
Black with #746863
Text Example
Text Example
White with #746863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746863; }
p { color: rgb(116,104,99); }
H1.HeaderClassName
{
color: #746863;
}
.AnyTagClassName
{
color: #746863;
}
</style>
background-color css
<style>
a { background-color: #746863; }
a { background-color: rgb(116,104,99); }
div.DivClassName
{
background-color: #746863;
}
.BgClassName
{
background-color: #746863;
}
</style>
border-color css
<style>
span { border-color: #746863; }
span { border-color: rgb(116,104,99); }
td.TdClassName
{
border-color: #746863;
}
.TagClassName
{
border-color: #746863;
}
</style>