Shades of Russett #756E6B
Tints of Russett #756E6B
RGB
CMYK
RGB Variations
Color information
#756E6B (or 0x756E6B) is known color: Russett. HEX triplet: 75, 6E and 6B. RGB value is (117,110,107). Sum of RGB (Red+Green+Blue) = 117+110+107=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 117 - color contains mainly: red. Hex color #756E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E6B is #8A9194. Grayscale: #6F6F6F. Windows color (decimal): -9081237 or 7040629. OLE color: 7040629.
HSL color Cylindrical-coordinate representation of color #756E6B: hue angle of 18º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #756E6B is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 107 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.54 |
| HSL | 18º | 0.04% | 0.44% | - |
| HSV(B) | 18º | 0.09% | 0.46% | - |
| XYZ | 15.57 | 16 | 16.18 | - |
| YUV | 111.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 107 | 0 | 0.06 | 0.09 | 0.54 | 18 | 0.04 | 0.44 |
| Hex | 75 | 6E | 6B | 0 | 6 | 9 | 36 | 12 | 4 | 2C |
| Octal | 165 | 156 | 153 | 0 | 6 | 11 | 66 | 22 | 4 | 54 |
| Binary | 1110101 | 1101110 | 1101011 | 0 | 110 | 1001 | 110110 | 10010 | 100 | 101100 |
Color Harmonies of #756E6B
Complementary color
Monochromatic Colors of #756E6B
Black with #756E6B
Text Example
Text Example
White with #756E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E6B; }
p { color: rgb(117,110,107); }
H1.HeaderClassName
{
color: #756E6B;
}
.AnyTagClassName
{
color: #756E6B;
}
</style>
background-color css
<style>
a { background-color: #756E6B; }
a { background-color: rgb(117,110,107); }
div.DivClassName
{
background-color: #756E6B;
}
.BgClassName
{
background-color: #756E6B;
}
</style>
border-color css
<style>
span { border-color: #756E6B; }
span { border-color: rgb(117,110,107); }
td.TdClassName
{
border-color: #756E6B;
}
.TagClassName
{
border-color: #756E6B;
}
</style>