Shades of Russett #766D68
Tints of Russett #766D68
RGB
CMYK
RGB Variations
Color information
#766D68 (or 0x766D68) is known color: Russett. HEX triplet: 76, 6D and 68. RGB value is (118,109,104). Sum of RGB (Red+Green+Blue) = 118+109+104=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 118 - color contains mainly: red. Hex color #766D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D68 is #899297. Grayscale: #6F6F6F. Windows color (decimal): -9015960 or 6843766. OLE color: 6843766.
HSL color Cylindrical-coordinate representation of color #766D68: hue angle of 21.43º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #766D68 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 104 | - |
| CMYK | 0 | 0.08 | 0.12 | 0.54 |
| HSL | 21.43º | 0.06% | 0.44% | - |
| HSV(B) | 21.43º | 0.12% | 0.46% | - |
| XYZ | 15.44 | 15.79 | 15.33 | - |
| YUV | 111.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 104 | 0 | 0.08 | 0.12 | 0.54 | 21.43 | 0.06 | 0.44 |
| Hex | 76 | 6D | 68 | 0 | 8 | C | 36 | 15 | 6 | 2C |
| Octal | 166 | 155 | 150 | 0 | 10 | 14 | 66 | 25 | 6 | 54 |
| Binary | 1110110 | 1101101 | 1101000 | 0 | 1000 | 1100 | 110110 | 10101 | 110 | 101100 |
Color Harmonies of #766D68
Complementary color
Monochromatic Colors of #766D68
Black with #766D68
Text Example
Text Example
White with #766D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D68; }
p { color: rgb(118,109,104); }
H1.HeaderClassName
{
color: #766D68;
}
.AnyTagClassName
{
color: #766D68;
}
</style>
background-color css
<style>
a { background-color: #766D68; }
a { background-color: rgb(118,109,104); }
div.DivClassName
{
background-color: #766D68;
}
.BgClassName
{
background-color: #766D68;
}
</style>
border-color css
<style>
span { border-color: #766D68; }
span { border-color: rgb(118,109,104); }
td.TdClassName
{
border-color: #766D68;
}
.TagClassName
{
border-color: #766D68;
}
</style>