Shades of Russett #786A63
Tints of Russett #786A63
RGB
CMYK
RGB Variations
Color information
#786A63 (or 0x786A63) is known color: Russett. HEX triplet: 78, 6A and 63. RGB value is (120,106,99). Sum of RGB (Red+Green+Blue) = 120+106+99=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 120 - color contains mainly: red. Hex color #786A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786A63 is #87959C. Grayscale: #6D6D6D. Windows color (decimal): -8885661 or 6515320. OLE color: 6515320.
HSL color Cylindrical-coordinate representation of color #786A63: hue angle of 20º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #786A63 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 99 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.53 |
| HSL | 20º | 0.1% | 0.43% | - |
| HSV(B) | 20º | 0.18% | 0.47% | - |
| XYZ | 15.15 | 15.2 | 13.94 | - |
| YUV | 109.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 99 | 0 | 0.12 | 0.17 | 0.53 | 20 | 0.1 | 0.43 |
| Hex | 78 | 6A | 63 | 0 | C | 11 | 35 | 14 | A | 2B |
| Octal | 170 | 152 | 143 | 0 | 14 | 21 | 65 | 24 | 12 | 53 |
| Binary | 1111000 | 1101010 | 1100011 | 0 | 1100 | 10001 | 110101 | 10100 | 1010 | 101011 |
Color Harmonies of #786A63
Complementary color
Monochromatic Colors of #786A63
Black with #786A63
Text Example
Text Example
White with #786A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A63; }
p { color: rgb(120,106,99); }
H1.HeaderClassName
{
color: #786A63;
}
.AnyTagClassName
{
color: #786A63;
}
</style>
background-color css
<style>
a { background-color: #786A63; }
a { background-color: rgb(120,106,99); }
div.DivClassName
{
background-color: #786A63;
}
.BgClassName
{
background-color: #786A63;
}
</style>
border-color css
<style>
span { border-color: #786A63; }
span { border-color: rgb(120,106,99); }
td.TdClassName
{
border-color: #786A63;
}
.TagClassName
{
border-color: #786A63;
}
</style>