Shades of Russett #75615D
Tints of Russett #75615D
RGB
CMYK
RGB Variations
Color information
#75615D (or 0x75615D) is known color: Russett. HEX triplet: 75, 61 and 5D. RGB value is (117,97,93). Sum of RGB (Red+Green+Blue) = 117+97+93=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #75615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75615D is #8A9EA2. Grayscale: #666666. Windows color (decimal): -9084579 or 6119797. OLE color: 6119797.
HSL color Cylindrical-coordinate representation of color #75615D: hue angle of 10º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #75615D is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 97 | 93 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.54 |
| HSL | 10º | 0.11% | 0.41% | - |
| HSV(B) | 10º | 0.21% | 0.46% | - |
| XYZ | 13.59 | 13.12 | 12.17 | - |
| YUV | 102.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 97 | 93 | 0 | 0.17 | 0.21 | 0.54 | 10 | 0.11 | 0.41 |
| Hex | 75 | 61 | 5D | 0 | 11 | 15 | 36 | A | B | 29 |
| Octal | 165 | 141 | 135 | 0 | 21 | 25 | 66 | 12 | 13 | 51 |
| Binary | 1110101 | 1100001 | 1011101 | 0 | 10001 | 10101 | 110110 | 1010 | 1011 | 101001 |
Color Harmonies of #75615D
Complementary color
Monochromatic Colors of #75615D
Black with #75615D
Text Example
Text Example
White with #75615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75615D; }
p { color: rgb(117,97,93); }
H1.HeaderClassName
{
color: #75615D;
}
.AnyTagClassName
{
color: #75615D;
}
</style>
background-color css
<style>
a { background-color: #75615D; }
a { background-color: rgb(117,97,93); }
div.DivClassName
{
background-color: #75615D;
}
.BgClassName
{
background-color: #75615D;
}
</style>
border-color css
<style>
span { border-color: #75615D; }
span { border-color: rgb(117,97,93); }
td.TdClassName
{
border-color: #75615D;
}
.TagClassName
{
border-color: #75615D;
}
</style>