Shades of Russett #756E6C
Tints of Russett #756E6C
RGB
CMYK
RGB Variations
Color information
#756E6C (or 0x756E6C) is known color: Russett. HEX triplet: 75, 6E and 6C. RGB value is (117,110,108). Sum of RGB (Red+Green+Blue) = 117+110+108=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #756E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E6C is #8A9193. Grayscale: #6F6F6F. Windows color (decimal): -9081236 or 7106165. OLE color: 7106165.
HSL color Cylindrical-coordinate representation of color #756E6C: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #756E6C is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 108 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.54 |
| HSL | 13.33º | 0.04% | 0.44% | - |
| HSV(B) | 13.33º | 0.08% | 0.46% | - |
| XYZ | 15.62 | 16.02 | 16.46 | - |
| YUV | 111.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 108 | 0 | 0.06 | 0.08 | 0.54 | 13.33 | 0.04 | 0.44 |
| Hex | 75 | 6E | 6C | 0 | 6 | 8 | 36 | D | 4 | 2C |
| Octal | 165 | 156 | 154 | 0 | 6 | 10 | 66 | 15 | 4 | 54 |
| Binary | 1110101 | 1101110 | 1101100 | 0 | 110 | 1000 | 110110 | 1101 | 100 | 101100 |
Color Harmonies of #756E6C
Complementary color
Monochromatic Colors of #756E6C
Black with #756E6C
Text Example
Text Example
White with #756E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E6C; }
p { color: rgb(117,110,108); }
H1.HeaderClassName
{
color: #756E6C;
}
.AnyTagClassName
{
color: #756E6C;
}
</style>
background-color css
<style>
a { background-color: #756E6C; }
a { background-color: rgb(117,110,108); }
div.DivClassName
{
background-color: #756E6C;
}
.BgClassName
{
background-color: #756E6C;
}
</style>
border-color css
<style>
span { border-color: #756E6C; }
span { border-color: rgb(117,110,108); }
td.TdClassName
{
border-color: #756E6C;
}
.TagClassName
{
border-color: #756E6C;
}
</style>