Shades of Russett #78625A
Tints of Russett #78625A
RGB
CMYK
RGB Variations
Color information
#78625A (or 0x78625A) is known color: Russett. HEX triplet: 78, 62 and 5A. RGB value is (120,98,90). Sum of RGB (Red+Green+Blue) = 120+98+90=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 120 - color contains mainly: red. Hex color #78625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78625A is #879DA5. Grayscale: #676767. Windows color (decimal): -8887718 or 5923448. OLE color: 5923448.
HSL color Cylindrical-coordinate representation of color #78625A: hue angle of 16º 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 #78625A is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 98 | 90 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.53 |
| HSL | 16º | 0.14% | 0.41% | - |
| HSV(B) | 16º | 0.25% | 0.47% | - |
| XYZ | 13.96 | 13.47 | 11.54 | - |
| YUV | 103.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 90 | 0 | 0.18 | 0.25 | 0.53 | 16 | 0.14 | 0.41 |
| Hex | 78 | 62 | 5A | 0 | 12 | 19 | 35 | 10 | E | 29 |
| Octal | 170 | 142 | 132 | 0 | 22 | 31 | 65 | 20 | 16 | 51 |
| Binary | 1111000 | 1100010 | 1011010 | 0 | 10010 | 11001 | 110101 | 10000 | 1110 | 101001 |
Color Harmonies of #78625A
Complementary color
Monochromatic Colors of #78625A
Black with #78625A
Text Example
Text Example
White with #78625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78625A; }
p { color: rgb(120,98,90); }
H1.HeaderClassName
{
color: #78625A;
}
.AnyTagClassName
{
color: #78625A;
}
</style>
background-color css
<style>
a { background-color: #78625A; }
a { background-color: rgb(120,98,90); }
div.DivClassName
{
background-color: #78625A;
}
.BgClassName
{
background-color: #78625A;
}
</style>
border-color css
<style>
span { border-color: #78625A; }
span { border-color: rgb(120,98,90); }
td.TdClassName
{
border-color: #78625A;
}
.TagClassName
{
border-color: #78625A;
}
</style>