Shades of Russett #78655F
Tints of Russett #78655F
RGB
CMYK
RGB Variations
Color information
#78655F (or 0x78655F) is known color: Russett. HEX triplet: 78, 65 and 5F. RGB value is (120,101,95). Sum of RGB (Red+Green+Blue) = 120+101+95=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #78655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78655F is #879AA0. Grayscale: #6A6A6A. Windows color (decimal): -8886945 or 6251896. OLE color: 6251896.
HSL color Cylindrical-coordinate representation of color #78655F: hue angle of 14.4º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78655F is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 101 | 95 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.53 |
| HSL | 14.4º | 0.12% | 0.42% | - |
| HSV(B) | 14.4º | 0.21% | 0.47% | - |
| XYZ | 14.46 | 14.13 | 12.79 | - |
| YUV | 106 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 95 | 0 | 0.16 | 0.21 | 0.53 | 14.4 | 0.12 | 0.42 |
| Hex | 78 | 65 | 5F | 0 | 10 | 15 | 35 | E | C | 2A |
| Octal | 170 | 145 | 137 | 0 | 20 | 25 | 65 | 16 | 14 | 52 |
| Binary | 1111000 | 1100101 | 1011111 | 0 | 10000 | 10101 | 110101 | 1110 | 1100 | 101010 |
Color Harmonies of #78655F
Complementary color
Monochromatic Colors of #78655F
Black with #78655F
Text Example
Text Example
White with #78655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78655F; }
p { color: rgb(120,101,95); }
H1.HeaderClassName
{
color: #78655F;
}
.AnyTagClassName
{
color: #78655F;
}
</style>
background-color css
<style>
a { background-color: #78655F; }
a { background-color: rgb(120,101,95); }
div.DivClassName
{
background-color: #78655F;
}
.BgClassName
{
background-color: #78655F;
}
</style>
border-color css
<style>
span { border-color: #78655F; }
span { border-color: rgb(120,101,95); }
td.TdClassName
{
border-color: #78655F;
}
.TagClassName
{
border-color: #78655F;
}
</style>