Shades of Russett #746C68
Tints of Russett #746C68
RGB
CMYK
RGB Variations
Color information
#746C68 (or 0x746C68) is known color: Russett. HEX triplet: 74, 6C and 68. RGB value is (116,108,104). Sum of RGB (Red+Green+Blue) = 116+108+104=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 116 - color contains mainly: red. Hex color #746C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C68 is #8B9397. Grayscale: #6D6D6D. Windows color (decimal): -9147288 or 6843508. OLE color: 6843508.
HSL color Cylindrical-coordinate representation of color #746C68: hue angle of 20º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #746C68 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 108 | 104 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.55 |
| HSL | 20º | 0.05% | 0.43% | - |
| HSV(B) | 20º | 0.1% | 0.45% | - |
| XYZ | 15.06 | 15.44 | 15.28 | - |
| YUV | 109.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 108 | 104 | 0 | 0.07 | 0.10 | 0.55 | 20 | 0.05 | 0.43 |
| Hex | 74 | 6C | 68 | 0 | 7 | A | 37 | 14 | 5 | 2B |
| Octal | 164 | 154 | 150 | 0 | 7 | 12 | 67 | 24 | 5 | 53 |
| Binary | 1110100 | 1101100 | 1101000 | 0 | 111 | 1010 | 110111 | 10100 | 101 | 101011 |
Color Harmonies of #746C68
Complementary color
Monochromatic Colors of #746C68
Black with #746C68
Text Example
Text Example
White with #746C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746C68; }
p { color: rgb(116,108,104); }
H1.HeaderClassName
{
color: #746C68;
}
.AnyTagClassName
{
color: #746C68;
}
</style>
background-color css
<style>
a { background-color: #746C68; }
a { background-color: rgb(116,108,104); }
div.DivClassName
{
background-color: #746C68;
}
.BgClassName
{
background-color: #746C68;
}
</style>
border-color css
<style>
span { border-color: #746C68; }
span { border-color: rgb(116,108,104); }
td.TdClassName
{
border-color: #746C68;
}
.TagClassName
{
border-color: #746C68;
}
</style>