Shades of Russett #77615D
Tints of Russett #77615D
RGB
CMYK
RGB Variations
Color information
#77615D (or 0x77615D) is known color: Russett. HEX triplet: 77, 61 and 5D. RGB value is (119,97,93). Sum of RGB (Red+Green+Blue) = 119+97+93=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #77615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77615D is #889EA2. Grayscale: #676767. Windows color (decimal): -8953507 or 6119799. OLE color: 6119799.
HSL color Cylindrical-coordinate representation of color #77615D: hue angle of 9.23º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77615D is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 97 | 93 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.53 |
| HSL | 9.23º | 0.12% | 0.42% | - |
| HSV(B) | 9.23º | 0.22% | 0.47% | - |
| XYZ | 13.86 | 13.26 | 12.19 | - |
| YUV | 103.12 | 122.29 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 93 | 0 | 0.18 | 0.22 | 0.53 | 9.23 | 0.12 | 0.42 |
| Hex | 77 | 61 | 5D | 0 | 12 | 16 | 35 | 9 | C | 2A |
| Octal | 167 | 141 | 135 | 0 | 22 | 26 | 65 | 11 | 14 | 52 |
| Binary | 1110111 | 1100001 | 1011101 | 0 | 10010 | 10110 | 110101 | 1001 | 1100 | 101010 |
Color Harmonies of #77615D
Complementary color
Monochromatic Colors of #77615D
Black with #77615D
Text Example
Text Example
White with #77615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77615D; }
p { color: rgb(119,97,93); }
H1.HeaderClassName
{
color: #77615D;
}
.AnyTagClassName
{
color: #77615D;
}
</style>
background-color css
<style>
a { background-color: #77615D; }
a { background-color: rgb(119,97,93); }
div.DivClassName
{
background-color: #77615D;
}
.BgClassName
{
background-color: #77615D;
}
</style>
border-color css
<style>
span { border-color: #77615D; }
span { border-color: rgb(119,97,93); }
td.TdClassName
{
border-color: #77615D;
}
.TagClassName
{
border-color: #77615D;
}
</style>