Shades of Russett #77645C
Tints of Russett #77645C
RGB
CMYK
RGB Variations
Color information
#77645C (or 0x77645C) is known color: Russett. HEX triplet: 77, 64 and 5C. RGB value is (119,100,92). Sum of RGB (Red+Green+Blue) = 119+100+92=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #77645C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77645C is #889BA3. Grayscale: #686868. Windows color (decimal): -8952740 or 6055031. OLE color: 6055031.
HSL color Cylindrical-coordinate representation of color #77645C: hue angle of 17.78º 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 #77645C is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 100 | 92 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.53 |
| HSL | 17.78º | 0.13% | 0.41% | - |
| HSV(B) | 17.78º | 0.23% | 0.47% | - |
| XYZ | 14.1 | 13.81 | 12.05 | - |
| YUV | 104.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 92 | 0 | 0.16 | 0.23 | 0.53 | 17.78 | 0.13 | 0.41 |
| Hex | 77 | 64 | 5C | 0 | 10 | 17 | 35 | 12 | D | 29 |
| Octal | 167 | 144 | 134 | 0 | 20 | 27 | 65 | 22 | 15 | 51 |
| Binary | 1110111 | 1100100 | 1011100 | 0 | 10000 | 10111 | 110101 | 10010 | 1101 | 101001 |
Color Harmonies of #77645C
Complementary color
Monochromatic Colors of #77645C
Black with #77645C
Text Example
Text Example
White with #77645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77645C; }
p { color: rgb(119,100,92); }
H1.HeaderClassName
{
color: #77645C;
}
.AnyTagClassName
{
color: #77645C;
}
</style>
background-color css
<style>
a { background-color: #77645C; }
a { background-color: rgb(119,100,92); }
div.DivClassName
{
background-color: #77645C;
}
.BgClassName
{
background-color: #77645C;
}
</style>
border-color css
<style>
span { border-color: #77645C; }
span { border-color: rgb(119,100,92); }
td.TdClassName
{
border-color: #77645C;
}
.TagClassName
{
border-color: #77645C;
}
</style>