Shades of Russett #78665C
Tints of Russett #78665C
RGB
CMYK
RGB Variations
Color information
#78665C (or 0x78665C) is known color: Russett. HEX triplet: 78, 66 and 5C. RGB value is (120,102,92). Sum of RGB (Red+Green+Blue) = 120+102+92=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 120 - color contains mainly: red. Hex color #78665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78665C is #8799A3. Grayscale: #6A6A6A. Windows color (decimal): -8886692 or 6055544. OLE color: 6055544.
HSL color Cylindrical-coordinate representation of color #78665C: hue angle of 21.43º 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 #78665C is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 102 | 92 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.53 |
| HSL | 21.43º | 0.13% | 0.42% | - |
| HSV(B) | 21.43º | 0.23% | 0.47% | - |
| XYZ | 14.43 | 14.27 | 12.12 | - |
| YUV | 106.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 92 | 0 | 0.15 | 0.23 | 0.53 | 21.43 | 0.13 | 0.42 |
| Hex | 78 | 66 | 5C | 0 | F | 17 | 35 | 15 | D | 2A |
| Octal | 170 | 146 | 134 | 0 | 17 | 27 | 65 | 25 | 15 | 52 |
| Binary | 1111000 | 1100110 | 1011100 | 0 | 1111 | 10111 | 110101 | 10101 | 1101 | 101010 |
Color Harmonies of #78665C
Complementary color
Monochromatic Colors of #78665C
Black with #78665C
Text Example
Text Example
White with #78665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78665C; }
p { color: rgb(120,102,92); }
H1.HeaderClassName
{
color: #78665C;
}
.AnyTagClassName
{
color: #78665C;
}
</style>
background-color css
<style>
a { background-color: #78665C; }
a { background-color: rgb(120,102,92); }
div.DivClassName
{
background-color: #78665C;
}
.BgClassName
{
background-color: #78665C;
}
</style>
border-color css
<style>
span { border-color: #78665C; }
span { border-color: rgb(120,102,92); }
td.TdClassName
{
border-color: #78665C;
}
.TagClassName
{
border-color: #78665C;
}
</style>