Shades of Russett #77615C
Tints of Russett #77615C
RGB
CMYK
RGB Variations
Color information
#77615C (or 0x77615C) is known color: Russett. HEX triplet: 77, 61 and 5C. RGB value is (119,97,92). Sum of RGB (Red+Green+Blue) = 119+97+92=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 119 - color contains mainly: red. Hex color #77615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77615C is #889EA3. Grayscale: #676767. Windows color (decimal): -8953508 or 6054263. OLE color: 6054263.
HSL color Cylindrical-coordinate representation of color #77615C: hue angle of 11.11º 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 #77615C is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 97 | 92 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.53 |
| HSL | 11.11º | 0.13% | 0.41% | - |
| HSV(B) | 11.11º | 0.23% | 0.47% | - |
| XYZ | 13.81 | 13.24 | 11.95 | - |
| YUV | 103.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 97 | 92 | 0 | 0.18 | 0.23 | 0.53 | 11.11 | 0.13 | 0.41 |
| Hex | 77 | 61 | 5C | 0 | 12 | 17 | 35 | B | D | 29 |
| Octal | 167 | 141 | 134 | 0 | 22 | 27 | 65 | 13 | 15 | 51 |
| Binary | 1110111 | 1100001 | 1011100 | 0 | 10010 | 10111 | 110101 | 1011 | 1101 | 101001 |
Color Harmonies of #77615C
Complementary color
Monochromatic Colors of #77615C
Black with #77615C
Text Example
Text Example
White with #77615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77615C; }
p { color: rgb(119,97,92); }
H1.HeaderClassName
{
color: #77615C;
}
.AnyTagClassName
{
color: #77615C;
}
</style>
background-color css
<style>
a { background-color: #77615C; }
a { background-color: rgb(119,97,92); }
div.DivClassName
{
background-color: #77615C;
}
.BgClassName
{
background-color: #77615C;
}
</style>
border-color css
<style>
span { border-color: #77615C; }
span { border-color: rgb(119,97,92); }
td.TdClassName
{
border-color: #77615C;
}
.TagClassName
{
border-color: #77615C;
}
</style>