Shades of Russett #746862
Tints of Russett #746862
RGB
CMYK
RGB Variations
Color information
#746862 (or 0x746862) is known color: Russett. HEX triplet: 74, 68 and 62. RGB value is (116,104,98). Sum of RGB (Red+Green+Blue) = 116+104+98=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 116 - color contains mainly: red. Hex color #746862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746862 is #8B979D. Grayscale: #6A6A6A. Windows color (decimal): -9148318 or 6449268. OLE color: 6449268.
HSL color Cylindrical-coordinate representation of color #746862: hue angle of 20º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #746862 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 104 | 98 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.55 |
| HSL | 20º | 0.08% | 0.42% | - |
| HSV(B) | 20º | 0.16% | 0.45% | - |
| XYZ | 14.36 | 14.5 | 13.6 | - |
| YUV | 106.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 98 | 0 | 0.10 | 0.16 | 0.55 | 20 | 0.08 | 0.42 |
| Hex | 74 | 68 | 62 | 0 | A | 10 | 37 | 14 | 8 | 2A |
| Octal | 164 | 150 | 142 | 0 | 12 | 20 | 67 | 24 | 10 | 52 |
| Binary | 1110100 | 1101000 | 1100010 | 0 | 1010 | 10000 | 110111 | 10100 | 1000 | 101010 |
Color Harmonies of #746862
Complementary color
Monochromatic Colors of #746862
Black with #746862
Text Example
Text Example
White with #746862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746862; }
p { color: rgb(116,104,98); }
H1.HeaderClassName
{
color: #746862;
}
.AnyTagClassName
{
color: #746862;
}
</style>
background-color css
<style>
a { background-color: #746862; }
a { background-color: rgb(116,104,98); }
div.DivClassName
{
background-color: #746862;
}
.BgClassName
{
background-color: #746862;
}
</style>
border-color css
<style>
span { border-color: #746862; }
span { border-color: rgb(116,104,98); }
td.TdClassName
{
border-color: #746862;
}
.TagClassName
{
border-color: #746862;
}
</style>