Shades of Russett #78615A
Tints of Russett #78615A
RGB
CMYK
RGB Variations
Color information
#78615A (or 0x78615A) is known color: Russett. HEX triplet: 78, 61 and 5A. RGB value is (120,97,90). Sum of RGB (Red+Green+Blue) = 120+97+90=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 120 - color contains mainly: red. Hex color #78615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78615A is #879EA5. Grayscale: #676767. Windows color (decimal): -8887974 or 5923192. OLE color: 5923192.
HSL color Cylindrical-coordinate representation of color #78615A: hue angle of 14º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78615A is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 90 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.53 |
| HSL | 14º | 0.14% | 0.41% | - |
| HSV(B) | 14º | 0.25% | 0.47% | - |
| XYZ | 13.87 | 13.28 | 11.51 | - |
| YUV | 103.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 90 | 0 | 0.19 | 0.25 | 0.53 | 14 | 0.14 | 0.41 |
| Hex | 78 | 61 | 5A | 0 | 13 | 19 | 35 | E | E | 29 |
| Octal | 170 | 141 | 132 | 0 | 23 | 31 | 65 | 16 | 16 | 51 |
| Binary | 1111000 | 1100001 | 1011010 | 0 | 10011 | 11001 | 110101 | 1110 | 1110 | 101001 |
Color Harmonies of #78615A
Complementary color
Monochromatic Colors of #78615A
Black with #78615A
Text Example
Text Example
White with #78615A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78615A; }
p { color: rgb(120,97,90); }
H1.HeaderClassName
{
color: #78615A;
}
.AnyTagClassName
{
color: #78615A;
}
</style>
background-color css
<style>
a { background-color: #78615A; }
a { background-color: rgb(120,97,90); }
div.DivClassName
{
background-color: #78615A;
}
.BgClassName
{
background-color: #78615A;
}
</style>
border-color css
<style>
span { border-color: #78615A; }
span { border-color: rgb(120,97,90); }
td.TdClassName
{
border-color: #78615A;
}
.TagClassName
{
border-color: #78615A;
}
</style>