Shades of Russett #75665F
Tints of Russett #75665F
RGB
CMYK
RGB Variations
Color information
#75665F (or 0x75665F) is known color: Russett. HEX triplet: 75, 66 and 5F. RGB value is (117,102,95). Sum of RGB (Red+Green+Blue) = 117+102+95=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 117 - color contains mainly: red. Hex color #75665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75665F is #8A99A0. Grayscale: #696969. Windows color (decimal): -9083297 or 6252149. OLE color: 6252149.
HSL color Cylindrical-coordinate representation of color #75665F: hue angle of 19.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75665F is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 102 | 95 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.54 |
| HSL | 19.09º | 0.1% | 0.42% | - |
| HSV(B) | 19.09º | 0.19% | 0.46% | - |
| XYZ | 14.15 | 14.11 | 12.8 | - |
| YUV | 105.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 102 | 95 | 0 | 0.13 | 0.19 | 0.54 | 19.09 | 0.1 | 0.42 |
| Hex | 75 | 66 | 5F | 0 | D | 13 | 36 | 13 | A | 2A |
| Octal | 165 | 146 | 137 | 0 | 15 | 23 | 66 | 23 | 12 | 52 |
| Binary | 1110101 | 1100110 | 1011111 | 0 | 1101 | 10011 | 110110 | 10011 | 1010 | 101010 |
Color Harmonies of #75665F
Complementary color
Monochromatic Colors of #75665F
Black with #75665F
Text Example
Text Example
White with #75665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75665F; }
p { color: rgb(117,102,95); }
H1.HeaderClassName
{
color: #75665F;
}
.AnyTagClassName
{
color: #75665F;
}
</style>
background-color css
<style>
a { background-color: #75665F; }
a { background-color: rgb(117,102,95); }
div.DivClassName
{
background-color: #75665F;
}
.BgClassName
{
background-color: #75665F;
}
</style>
border-color css
<style>
span { border-color: #75665F; }
span { border-color: rgb(117,102,95); }
td.TdClassName
{
border-color: #75665F;
}
.TagClassName
{
border-color: #75665F;
}
</style>