Shades of Russett #756A65
Tints of Russett #756A65
RGB
CMYK
RGB Variations
Color information
#756A65 (or 0x756A65) is known color: Russett. HEX triplet: 75, 6A and 65. RGB value is (117,106,101). Sum of RGB (Red+Green+Blue) = 117+106+101=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 117 - color contains mainly: red. Hex color #756A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756A65 is #8A959A. Grayscale: #6C6C6C. Windows color (decimal): -9082267 or 6646389. OLE color: 6646389.
HSL color Cylindrical-coordinate representation of color #756A65: hue angle of 18.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #756A65 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 101 | - |
| CMYK | 0 | 0.09 | 0.14 | 0.54 |
| HSL | 18.75º | 0.07% | 0.43% | - |
| HSV(B) | 18.75º | 0.14% | 0.46% | - |
| XYZ | 14.84 | 15.03 | 14.43 | - |
| YUV | 108.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 101 | 0 | 0.09 | 0.14 | 0.54 | 18.75 | 0.07 | 0.43 |
| Hex | 75 | 6A | 65 | 0 | 9 | E | 36 | 13 | 7 | 2B |
| Octal | 165 | 152 | 145 | 0 | 11 | 16 | 66 | 23 | 7 | 53 |
| Binary | 1110101 | 1101010 | 1100101 | 0 | 1001 | 1110 | 110110 | 10011 | 111 | 101011 |
Color Harmonies of #756A65
Complementary color
Monochromatic Colors of #756A65
Black with #756A65
Text Example
Text Example
White with #756A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A65; }
p { color: rgb(117,106,101); }
H1.HeaderClassName
{
color: #756A65;
}
.AnyTagClassName
{
color: #756A65;
}
</style>
background-color css
<style>
a { background-color: #756A65; }
a { background-color: rgb(117,106,101); }
div.DivClassName
{
background-color: #756A65;
}
.BgClassName
{
background-color: #756A65;
}
</style>
border-color css
<style>
span { border-color: #756A65; }
span { border-color: rgb(117,106,101); }
td.TdClassName
{
border-color: #756A65;
}
.TagClassName
{
border-color: #756A65;
}
</style>