Shades of Russett #786E6B
Tints of Russett #786E6B
RGB
CMYK
RGB Variations
Color information
#786E6B (or 0x786E6B) is known color: Russett. HEX triplet: 78, 6E and 6B. RGB value is (120,110,107). Sum of RGB (Red+Green+Blue) = 120+110+107=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 120 - color contains mainly: red. Hex color #786E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786E6B is #879194. Grayscale: #707070. Windows color (decimal): -8884629 or 7040632. OLE color: 7040632.
HSL color Cylindrical-coordinate representation of color #786E6B: hue angle of 13.85º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #786E6B is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 110 | 107 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.53 |
| HSL | 13.85º | 0.06% | 0.45% | - |
| HSV(B) | 13.85º | 0.11% | 0.47% | - |
| XYZ | 15.98 | 16.21 | 16.2 | - |
| YUV | 112.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 107 | 0 | 0.08 | 0.11 | 0.53 | 13.85 | 0.06 | 0.45 |
| Hex | 78 | 6E | 6B | 0 | 8 | B | 35 | E | 6 | 2D |
| Octal | 170 | 156 | 153 | 0 | 10 | 13 | 65 | 16 | 6 | 55 |
| Binary | 1111000 | 1101110 | 1101011 | 0 | 1000 | 1011 | 110101 | 1110 | 110 | 101101 |
Color Harmonies of #786E6B
Complementary color
Monochromatic Colors of #786E6B
Black with #786E6B
Text Example
Text Example
White with #786E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786E6B; }
p { color: rgb(120,110,107); }
H1.HeaderClassName
{
color: #786E6B;
}
.AnyTagClassName
{
color: #786E6B;
}
</style>
background-color css
<style>
a { background-color: #786E6B; }
a { background-color: rgb(120,110,107); }
div.DivClassName
{
background-color: #786E6B;
}
.BgClassName
{
background-color: #786E6B;
}
</style>
border-color css
<style>
span { border-color: #786E6B; }
span { border-color: rgb(120,110,107); }
td.TdClassName
{
border-color: #786E6B;
}
.TagClassName
{
border-color: #786E6B;
}
</style>