Shades of Russett #77625C
Tints of Russett #77625C
RGB
CMYK
RGB Variations
Color information
#77625C (or 0x77625C) is known color: Russett. HEX triplet: 77, 62 and 5C. RGB value is (119,98,92). Sum of RGB (Red+Green+Blue) = 119+98+92=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #77625C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77625C is #889DA3. Grayscale: #676767. Windows color (decimal): -8953252 or 6054519. OLE color: 6054519.
HSL color Cylindrical-coordinate representation of color #77625C: hue angle of 13.33º 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 #77625C is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 98 | 92 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.53 |
| HSL | 13.33º | 0.13% | 0.41% | - |
| HSV(B) | 13.33º | 0.23% | 0.47% | - |
| XYZ | 13.91 | 13.43 | 11.98 | - |
| YUV | 103.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 98 | 92 | 0 | 0.18 | 0.23 | 0.53 | 13.33 | 0.13 | 0.41 |
| Hex | 77 | 62 | 5C | 0 | 12 | 17 | 35 | D | D | 29 |
| Octal | 167 | 142 | 134 | 0 | 22 | 27 | 65 | 15 | 15 | 51 |
| Binary | 1110111 | 1100010 | 1011100 | 0 | 10010 | 10111 | 110101 | 1101 | 1101 | 101001 |
Color Harmonies of #77625C
Complementary color
Monochromatic Colors of #77625C
Black with #77625C
Text Example
Text Example
White with #77625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77625C; }
p { color: rgb(119,98,92); }
H1.HeaderClassName
{
color: #77625C;
}
.AnyTagClassName
{
color: #77625C;
}
</style>
background-color css
<style>
a { background-color: #77625C; }
a { background-color: rgb(119,98,92); }
div.DivClassName
{
background-color: #77625C;
}
.BgClassName
{
background-color: #77625C;
}
</style>
border-color css
<style>
span { border-color: #77625C; }
span { border-color: rgb(119,98,92); }
td.TdClassName
{
border-color: #77625C;
}
.TagClassName
{
border-color: #77625C;
}
</style>