Shades of Russett #756F6D
Tints of Russett #756F6D
RGB
CMYK
RGB Variations
Color information
#756F6D (or 0x756F6D) is known color: Russett. HEX triplet: 75, 6F and 6D. RGB value is (117,111,109). Sum of RGB (Red+Green+Blue) = 117+111+109=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #756F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756F6D is #8A9092. Grayscale: #707070. Windows color (decimal): -9080979 or 7171957. OLE color: 7171957.
HSL color Cylindrical-coordinate representation of color #756F6D: hue angle of 15º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #756F6D is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 109 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.54 |
| HSL | 15º | 0.04% | 0.44% | - |
| HSV(B) | 15º | 0.07% | 0.46% | - |
| XYZ | 15.78 | 16.25 | 16.77 | - |
| YUV | 112.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 109 | 0 | 0.05 | 0.07 | 0.54 | 15 | 0.04 | 0.44 |
| Hex | 75 | 6F | 6D | 0 | 5 | 7 | 36 | F | 4 | 2C |
| Octal | 165 | 157 | 155 | 0 | 5 | 7 | 66 | 17 | 4 | 54 |
| Binary | 1110101 | 1101111 | 1101101 | 0 | 101 | 111 | 110110 | 1111 | 100 | 101100 |
Color Harmonies of #756F6D
Complementary color
Monochromatic Colors of #756F6D
Black with #756F6D
Text Example
Text Example
White with #756F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F6D; }
p { color: rgb(117,111,109); }
H1.HeaderClassName
{
color: #756F6D;
}
.AnyTagClassName
{
color: #756F6D;
}
</style>
background-color css
<style>
a { background-color: #756F6D; }
a { background-color: rgb(117,111,109); }
div.DivClassName
{
background-color: #756F6D;
}
.BgClassName
{
background-color: #756F6D;
}
</style>
border-color css
<style>
span { border-color: #756F6D; }
span { border-color: rgb(117,111,109); }
td.TdClassName
{
border-color: #756F6D;
}
.TagClassName
{
border-color: #756F6D;
}
</style>