Shades of Russett #78605C
Tints of Russett #78605C
RGB
CMYK
RGB Variations
Color information
#78605C (or 0x78605C) is known color: Russett. HEX triplet: 78, 60 and 5C. RGB value is (120,96,92). Sum of RGB (Red+Green+Blue) = 120+96+92=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #78605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78605C is #879FA3. Grayscale: #666666. Windows color (decimal): -8888228 or 6054008. OLE color: 6054008.
HSL color Cylindrical-coordinate representation of color #78605C: hue angle of 8.57º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #78605C is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 96 | 92 | - |
| CMYK | 0 | 0.2 | 0.23 | 0.53 |
| HSL | 8.57º | 0.13% | 0.42% | - |
| HSV(B) | 8.57º | 0.23% | 0.47% | - |
| XYZ | 13.86 | 13.13 | 11.93 | - |
| YUV | 102.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 92 | 0 | 0.2 | 0.23 | 0.53 | 8.57 | 0.13 | 0.42 |
| Hex | 78 | 60 | 5C | 0 | 14 | 17 | 35 | 9 | D | 2A |
| Octal | 170 | 140 | 134 | 0 | 24 | 27 | 65 | 11 | 15 | 52 |
| Binary | 1111000 | 1100000 | 1011100 | 0 | 10100 | 10111 | 110101 | 1001 | 1101 | 101010 |
Color Harmonies of #78605C
Complementary color
Monochromatic Colors of #78605C
Black with #78605C
Text Example
Text Example
White with #78605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78605C; }
p { color: rgb(120,96,92); }
H1.HeaderClassName
{
color: #78605C;
}
.AnyTagClassName
{
color: #78605C;
}
</style>
background-color css
<style>
a { background-color: #78605C; }
a { background-color: rgb(120,96,92); }
div.DivClassName
{
background-color: #78605C;
}
.BgClassName
{
background-color: #78605C;
}
</style>
border-color css
<style>
span { border-color: #78605C; }
span { border-color: rgb(120,96,92); }
td.TdClassName
{
border-color: #78605C;
}
.TagClassName
{
border-color: #78605C;
}
</style>