Shades of Russett #746764
Tints of Russett #746764
RGB
CMYK
RGB Variations
Color information
#746764 (or 0x746764) is known color: Russett. HEX triplet: 74, 67 and 64. RGB value is (116,103,100). Sum of RGB (Red+Green+Blue) = 116+103+100=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 116 - color contains mainly: red. Hex color #746764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746764 is #8B989B. Grayscale: #6A6A6A. Windows color (decimal): -9148572 or 6580084. OLE color: 6580084.
HSL color Cylindrical-coordinate representation of color #746764: hue angle of 11.25º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #746764 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 103 | 100 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.55 |
| HSL | 11.25º | 0.07% | 0.42% | - |
| HSV(B) | 11.25º | 0.14% | 0.45% | - |
| XYZ | 14.35 | 14.33 | 14.07 | - |
| YUV | 106.55 | 124.31 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 103 | 100 | 0 | 0.11 | 0.14 | 0.55 | 11.25 | 0.07 | 0.42 |
| Hex | 74 | 67 | 64 | 0 | B | E | 37 | B | 7 | 2A |
| Octal | 164 | 147 | 144 | 0 | 13 | 16 | 67 | 13 | 7 | 52 |
| Binary | 1110100 | 1100111 | 1100100 | 0 | 1011 | 1110 | 110111 | 1011 | 111 | 101010 |
Color Harmonies of #746764
Complementary color
Monochromatic Colors of #746764
Black with #746764
Text Example
Text Example
White with #746764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746764; }
p { color: rgb(116,103,100); }
H1.HeaderClassName
{
color: #746764;
}
.AnyTagClassName
{
color: #746764;
}
</style>
background-color css
<style>
a { background-color: #746764; }
a { background-color: rgb(116,103,100); }
div.DivClassName
{
background-color: #746764;
}
.BgClassName
{
background-color: #746764;
}
</style>
border-color css
<style>
span { border-color: #746764; }
span { border-color: rgb(116,103,100); }
td.TdClassName
{
border-color: #746764;
}
.TagClassName
{
border-color: #746764;
}
</style>