Shades of Russett #756D69
Tints of Russett #756D69
RGB
CMYK
RGB Variations
Color information
#756D69 (or 0x756D69) is known color: Russett. HEX triplet: 75, 6D and 69. RGB value is (117,109,105). Sum of RGB (Red+Green+Blue) = 117+109+105=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 117 - color contains mainly: red. Hex color #756D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756D69 is #8A9296. Grayscale: #6E6E6E. Windows color (decimal): -9081495 or 6909301. OLE color: 6909301.
HSL color Cylindrical-coordinate representation of color #756D69: hue angle of 20º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #756D69 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 105 | - |
| CMYK | 0 | 0.07 | 0.10 | 0.54 |
| HSL | 20º | 0.05% | 0.44% | - |
| HSV(B) | 20º | 0.1% | 0.46% | - |
| XYZ | 15.35 | 15.74 | 15.59 | - |
| YUV | 110.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 105 | 0 | 0.07 | 0.10 | 0.54 | 20 | 0.05 | 0.44 |
| Hex | 75 | 6D | 69 | 0 | 7 | A | 36 | 14 | 5 | 2C |
| Octal | 165 | 155 | 151 | 0 | 7 | 12 | 66 | 24 | 5 | 54 |
| Binary | 1110101 | 1101101 | 1101001 | 0 | 111 | 1010 | 110110 | 10100 | 101 | 101100 |
Color Harmonies of #756D69
Complementary color
Monochromatic Colors of #756D69
Black with #756D69
Text Example
Text Example
White with #756D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D69; }
p { color: rgb(117,109,105); }
H1.HeaderClassName
{
color: #756D69;
}
.AnyTagClassName
{
color: #756D69;
}
</style>
background-color css
<style>
a { background-color: #756D69; }
a { background-color: rgb(117,109,105); }
div.DivClassName
{
background-color: #756D69;
}
.BgClassName
{
background-color: #756D69;
}
</style>
border-color css
<style>
span { border-color: #756D69; }
span { border-color: rgb(117,109,105); }
td.TdClassName
{
border-color: #756D69;
}
.TagClassName
{
border-color: #756D69;
}
</style>