Shades of Russett #756C68
Tints of Russett #756C68
RGB
CMYK
RGB Variations
Color information
#756C68 (or 0x756C68) is known color: Russett. HEX triplet: 75, 6C and 68. RGB value is (117,108,104). Sum of RGB (Red+Green+Blue) = 117+108+104=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 117 - color contains mainly: red. Hex color #756C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756C68 is #8A9397. Grayscale: #6E6E6E. Windows color (decimal): -9081752 or 6843509. OLE color: 6843509.
HSL color Cylindrical-coordinate representation of color #756C68: hue angle of 18.46º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #756C68 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 104 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.54 |
| HSL | 18.46º | 0.06% | 0.43% | - |
| HSV(B) | 18.46º | 0.11% | 0.46% | - |
| XYZ | 15.2 | 15.51 | 15.29 | - |
| YUV | 110.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 104 | 0 | 0.08 | 0.11 | 0.54 | 18.46 | 0.06 | 0.43 |
| Hex | 75 | 6C | 68 | 0 | 8 | B | 36 | 12 | 6 | 2B |
| Octal | 165 | 154 | 150 | 0 | 10 | 13 | 66 | 22 | 6 | 53 |
| Binary | 1110101 | 1101100 | 1101000 | 0 | 1000 | 1011 | 110110 | 10010 | 110 | 101011 |
Color Harmonies of #756C68
Complementary color
Monochromatic Colors of #756C68
Black with #756C68
Text Example
Text Example
White with #756C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C68; }
p { color: rgb(117,108,104); }
H1.HeaderClassName
{
color: #756C68;
}
.AnyTagClassName
{
color: #756C68;
}
</style>
background-color css
<style>
a { background-color: #756C68; }
a { background-color: rgb(117,108,104); }
div.DivClassName
{
background-color: #756C68;
}
.BgClassName
{
background-color: #756C68;
}
</style>
border-color css
<style>
span { border-color: #756C68; }
span { border-color: rgb(117,108,104); }
td.TdClassName
{
border-color: #756C68;
}
.TagClassName
{
border-color: #756C68;
}
</style>