Shades of Russett #766863
Tints of Russett #766863
RGB
CMYK
RGB Variations
Color information
#766863 (or 0x766863) is known color: Russett. HEX triplet: 76, 68 and 63. RGB value is (118,104,99). Sum of RGB (Red+Green+Blue) = 118+104+99=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 118 - color contains mainly: red. Hex color #766863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766863 is #89979C. Grayscale: #6B6B6B. Windows color (decimal): -9017245 or 6514806. OLE color: 6514806.
HSL color Cylindrical-coordinate representation of color #766863: hue angle of 15.79º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #766863 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 99 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.54 |
| HSL | 15.79º | 0.09% | 0.43% | - |
| HSV(B) | 15.79º | 0.16% | 0.46% | - |
| XYZ | 14.67 | 14.65 | 13.86 | - |
| YUV | 107.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 99 | 0 | 0.12 | 0.16 | 0.54 | 15.79 | 0.09 | 0.43 |
| Hex | 76 | 68 | 63 | 0 | C | 10 | 36 | 10 | 9 | 2B |
| Octal | 166 | 150 | 143 | 0 | 14 | 20 | 66 | 20 | 11 | 53 |
| Binary | 1110110 | 1101000 | 1100011 | 0 | 1100 | 10000 | 110110 | 10000 | 1001 | 101011 |
Color Harmonies of #766863
Complementary color
Monochromatic Colors of #766863
Black with #766863
Text Example
Text Example
White with #766863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766863; }
p { color: rgb(118,104,99); }
H1.HeaderClassName
{
color: #766863;
}
.AnyTagClassName
{
color: #766863;
}
</style>
background-color css
<style>
a { background-color: #766863; }
a { background-color: rgb(118,104,99); }
div.DivClassName
{
background-color: #766863;
}
.BgClassName
{
background-color: #766863;
}
</style>
border-color css
<style>
span { border-color: #766863; }
span { border-color: rgb(118,104,99); }
td.TdClassName
{
border-color: #766863;
}
.TagClassName
{
border-color: #766863;
}
</style>