Shades of Russett #77635C
Tints of Russett #77635C
RGB
CMYK
RGB Variations
Color information
#77635C (or 0x77635C) is known color: Russett. HEX triplet: 77, 63 and 5C. RGB value is (119,99,92). Sum of RGB (Red+Green+Blue) = 119+99+92=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #77635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77635C is #889CA3. Grayscale: #686868. Windows color (decimal): -8952996 or 6054775. OLE color: 6054775.
HSL color Cylindrical-coordinate representation of color #77635C: hue angle of 15.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77635C is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 99 | 92 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.53 |
| HSL | 15.56º | 0.13% | 0.41% | - |
| HSV(B) | 15.56º | 0.23% | 0.47% | - |
| XYZ | 14 | 13.62 | 12.02 | - |
| YUV | 104.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 99 | 92 | 0 | 0.17 | 0.23 | 0.53 | 15.56 | 0.13 | 0.41 |
| Hex | 77 | 63 | 5C | 0 | 11 | 17 | 35 | 10 | D | 29 |
| Octal | 167 | 143 | 134 | 0 | 21 | 27 | 65 | 20 | 15 | 51 |
| Binary | 1110111 | 1100011 | 1011100 | 0 | 10001 | 10111 | 110101 | 10000 | 1101 | 101001 |
Color Harmonies of #77635C
Complementary color
Monochromatic Colors of #77635C
Black with #77635C
Text Example
Text Example
White with #77635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77635C; }
p { color: rgb(119,99,92); }
H1.HeaderClassName
{
color: #77635C;
}
.AnyTagClassName
{
color: #77635C;
}
</style>
background-color css
<style>
a { background-color: #77635C; }
a { background-color: rgb(119,99,92); }
div.DivClassName
{
background-color: #77635C;
}
.BgClassName
{
background-color: #77635C;
}
</style>
border-color css
<style>
span { border-color: #77635C; }
span { border-color: rgb(119,99,92); }
td.TdClassName
{
border-color: #77635C;
}
.TagClassName
{
border-color: #77635C;
}
</style>