Shades of Russett #766D69
Tints of Russett #766D69
RGB
CMYK
RGB Variations
Color information
#766D69 (or 0x766D69) is known color: Russett. HEX triplet: 76, 6D and 69. RGB value is (118,109,105). Sum of RGB (Red+Green+Blue) = 118+109+105=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 118 - color contains mainly: red. Hex color #766D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766D69 is #899296. Grayscale: #6F6F6F. Windows color (decimal): -9015959 or 6909302. OLE color: 6909302.
HSL color Cylindrical-coordinate representation of color #766D69: hue angle of 18.46º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #766D69 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 109 | 105 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.54 |
| HSL | 18.46º | 0.06% | 0.44% | - |
| HSV(B) | 18.46º | 0.11% | 0.46% | - |
| XYZ | 15.49 | 15.81 | 15.6 | - |
| YUV | 111.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 105 | 0 | 0.08 | 0.11 | 0.54 | 18.46 | 0.06 | 0.44 |
| Hex | 76 | 6D | 69 | 0 | 8 | B | 36 | 12 | 6 | 2C |
| Octal | 166 | 155 | 151 | 0 | 10 | 13 | 66 | 22 | 6 | 54 |
| Binary | 1110110 | 1101101 | 1101001 | 0 | 1000 | 1011 | 110110 | 10010 | 110 | 101100 |
Color Harmonies of #766D69
Complementary color
Monochromatic Colors of #766D69
Black with #766D69
Text Example
Text Example
White with #766D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766D69; }
p { color: rgb(118,109,105); }
H1.HeaderClassName
{
color: #766D69;
}
.AnyTagClassName
{
color: #766D69;
}
</style>
background-color css
<style>
a { background-color: #766D69; }
a { background-color: rgb(118,109,105); }
div.DivClassName
{
background-color: #766D69;
}
.BgClassName
{
background-color: #766D69;
}
</style>
border-color css
<style>
span { border-color: #766D69; }
span { border-color: rgb(118,109,105); }
td.TdClassName
{
border-color: #766D69;
}
.TagClassName
{
border-color: #766D69;
}
</style>