Shades of Russett #786C67
Tints of Russett #786C67
RGB
CMYK
RGB Variations
Color information
#786C67 (or 0x786C67) is known color: Russett. HEX triplet: 78, 6C and 67. RGB value is (120,108,103). Sum of RGB (Red+Green+Blue) = 120+108+103=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 120 - color contains mainly: red. Hex color #786C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #786C67 is #879398. Grayscale: #6F6F6F. Windows color (decimal): -8885145 or 6777976. OLE color: 6777976.
HSL color Cylindrical-coordinate representation of color #786C67: hue angle of 17.65º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #786C67 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 103 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.53 |
| HSL | 17.65º | 0.08% | 0.44% | - |
| HSV(B) | 17.65º | 0.14% | 0.47% | - |
| XYZ | 15.56 | 15.7 | 15.04 | - |
| YUV | 111.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 103 | 0 | 0.10 | 0.14 | 0.53 | 17.65 | 0.08 | 0.44 |
| Hex | 78 | 6C | 67 | 0 | A | E | 35 | 12 | 8 | 2C |
| Octal | 170 | 154 | 147 | 0 | 12 | 16 | 65 | 22 | 10 | 54 |
| Binary | 1111000 | 1101100 | 1100111 | 0 | 1010 | 1110 | 110101 | 10010 | 1000 | 101100 |
Color Harmonies of #786C67
Complementary color
Monochromatic Colors of #786C67
Black with #786C67
Text Example
Text Example
White with #786C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C67; }
p { color: rgb(120,108,103); }
H1.HeaderClassName
{
color: #786C67;
}
.AnyTagClassName
{
color: #786C67;
}
</style>
background-color css
<style>
a { background-color: #786C67; }
a { background-color: rgb(120,108,103); }
div.DivClassName
{
background-color: #786C67;
}
.BgClassName
{
background-color: #786C67;
}
</style>
border-color css
<style>
span { border-color: #786C67; }
span { border-color: rgb(120,108,103); }
td.TdClassName
{
border-color: #786C67;
}
.TagClassName
{
border-color: #786C67;
}
</style>