Shades of Russett #75655F
Tints of Russett #75655F
RGB
CMYK
RGB Variations
Color information
#75655F (or 0x75655F) is known color: Russett. HEX triplet: 75, 65 and 5F. RGB value is (117,101,95). Sum of RGB (Red+Green+Blue) = 117+101+95=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #75655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75655F is #8A9AA0. Grayscale: #696969. Windows color (decimal): -9083553 or 6251893. OLE color: 6251893.
HSL color Cylindrical-coordinate representation of color #75655F: hue angle of 16.36º 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 #75655F is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 95 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.54 |
| HSL | 16.36º | 0.1% | 0.42% | - |
| HSV(B) | 16.36º | 0.19% | 0.46% | - |
| XYZ | 14.06 | 13.92 | 12.77 | - |
| YUV | 105.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 95 | 0 | 0.14 | 0.19 | 0.54 | 16.36 | 0.1 | 0.42 |
| Hex | 75 | 65 | 5F | 0 | E | 13 | 36 | 10 | A | 2A |
| Octal | 165 | 145 | 137 | 0 | 16 | 23 | 66 | 20 | 12 | 52 |
| Binary | 1110101 | 1100101 | 1011111 | 0 | 1110 | 10011 | 110110 | 10000 | 1010 | 101010 |
Color Harmonies of #75655F
Complementary color
Monochromatic Colors of #75655F
Black with #75655F
Text Example
Text Example
White with #75655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75655F; }
p { color: rgb(117,101,95); }
H1.HeaderClassName
{
color: #75655F;
}
.AnyTagClassName
{
color: #75655F;
}
</style>
background-color css
<style>
a { background-color: #75655F; }
a { background-color: rgb(117,101,95); }
div.DivClassName
{
background-color: #75655F;
}
.BgClassName
{
background-color: #75655F;
}
</style>
border-color css
<style>
span { border-color: #75655F; }
span { border-color: rgb(117,101,95); }
td.TdClassName
{
border-color: #75655F;
}
.TagClassName
{
border-color: #75655F;
}
</style>