Shades of Russett #786965
Tints of Russett #786965
RGB
CMYK
RGB Variations
Color information
#786965 (or 0x786965) is known color: Russett. HEX triplet: 78, 69 and 65. RGB value is (120,105,101). Sum of RGB (Red+Green+Blue) = 120+105+101=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 120 - color contains mainly: red. Hex color #786965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786965 is #87969A. Grayscale: #6D6D6D. Windows color (decimal): -8885915 or 6646136. OLE color: 6646136.
HSL color Cylindrical-coordinate representation of color #786965: hue angle of 12.63º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #786965 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 105 | 101 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.53 |
| HSL | 12.63º | 0.09% | 0.43% | - |
| HSV(B) | 12.63º | 0.16% | 0.47% | - |
| XYZ | 15.15 | 15.04 | 14.42 | - |
| YUV | 109.03 | 123.47 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 101 | 0 | 0.13 | 0.16 | 0.53 | 12.63 | 0.09 | 0.43 |
| Hex | 78 | 69 | 65 | 0 | D | 10 | 35 | D | 9 | 2B |
| Octal | 170 | 151 | 145 | 0 | 15 | 20 | 65 | 15 | 11 | 53 |
| Binary | 1111000 | 1101001 | 1100101 | 0 | 1101 | 10000 | 110101 | 1101 | 1001 | 101011 |
Color Harmonies of #786965
Complementary color
Monochromatic Colors of #786965
Black with #786965
Text Example
Text Example
White with #786965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786965; }
p { color: rgb(120,105,101); }
H1.HeaderClassName
{
color: #786965;
}
.AnyTagClassName
{
color: #786965;
}
</style>
background-color css
<style>
a { background-color: #786965; }
a { background-color: rgb(120,105,101); }
div.DivClassName
{
background-color: #786965;
}
.BgClassName
{
background-color: #786965;
}
</style>
border-color css
<style>
span { border-color: #786965; }
span { border-color: rgb(120,105,101); }
td.TdClassName
{
border-color: #786965;
}
.TagClassName
{
border-color: #786965;
}
</style>