Shades of Russett #75655D
Tints of Russett #75655D
RGB
CMYK
RGB Variations
Color information
#75655D (or 0x75655D) is known color: Russett. HEX triplet: 75, 65 and 5D. RGB value is (117,101,93). Sum of RGB (Red+Green+Blue) = 117+101+93=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 117 - color contains mainly: red. Hex color #75655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75655D is #8A9AA2. Grayscale: #686868. Windows color (decimal): -9083555 or 6120821. OLE color: 6120821.
HSL color Cylindrical-coordinate representation of color #75655D: hue angle of 20º 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 #75655D is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 101 | 93 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.54 |
| HSL | 20º | 0.11% | 0.41% | - |
| HSV(B) | 20º | 0.21% | 0.46% | - |
| XYZ | 13.97 | 13.88 | 12.3 | - |
| YUV | 104.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 101 | 93 | 0 | 0.14 | 0.21 | 0.54 | 20 | 0.11 | 0.41 |
| Hex | 75 | 65 | 5D | 0 | E | 15 | 36 | 14 | B | 29 |
| Octal | 165 | 145 | 135 | 0 | 16 | 25 | 66 | 24 | 13 | 51 |
| Binary | 1110101 | 1100101 | 1011101 | 0 | 1110 | 10101 | 110110 | 10100 | 1011 | 101001 |
Color Harmonies of #75655D
Complementary color
Monochromatic Colors of #75655D
Black with #75655D
Text Example
Text Example
White with #75655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75655D; }
p { color: rgb(117,101,93); }
H1.HeaderClassName
{
color: #75655D;
}
.AnyTagClassName
{
color: #75655D;
}
</style>
background-color css
<style>
a { background-color: #75655D; }
a { background-color: rgb(117,101,93); }
div.DivClassName
{
background-color: #75655D;
}
.BgClassName
{
background-color: #75655D;
}
</style>
border-color css
<style>
span { border-color: #75655D; }
span { border-color: rgb(117,101,93); }
td.TdClassName
{
border-color: #75655D;
}
.TagClassName
{
border-color: #75655D;
}
</style>