Shades of Russett #75625D
Tints of Russett #75625D
RGB
CMYK
RGB Variations
Color information
#75625D (or 0x75625D) is known color: Russett. HEX triplet: 75, 62 and 5D. RGB value is (117,98,93). Sum of RGB (Red+Green+Blue) = 117+98+93=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #75625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75625D is #8A9DA2. Grayscale: #676767. Windows color (decimal): -9084323 or 6120053. OLE color: 6120053.
HSL color Cylindrical-coordinate representation of color #75625D: hue angle of 12.5º 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 #75625D is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 98 | 93 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.54 |
| HSL | 12.5º | 0.11% | 0.41% | - |
| HSV(B) | 12.5º | 0.21% | 0.46% | - |
| XYZ | 13.68 | 13.31 | 12.2 | - |
| YUV | 103.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 98 | 93 | 0 | 0.16 | 0.21 | 0.54 | 12.5 | 0.11 | 0.41 |
| Hex | 75 | 62 | 5D | 0 | 10 | 15 | 36 | C | B | 29 |
| Octal | 165 | 142 | 135 | 0 | 20 | 25 | 66 | 14 | 13 | 51 |
| Binary | 1110101 | 1100010 | 1011101 | 0 | 10000 | 10101 | 110110 | 1100 | 1011 | 101001 |
Color Harmonies of #75625D
Complementary color
Monochromatic Colors of #75625D
Black with #75625D
Text Example
Text Example
White with #75625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75625D; }
p { color: rgb(117,98,93); }
H1.HeaderClassName
{
color: #75625D;
}
.AnyTagClassName
{
color: #75625D;
}
</style>
background-color css
<style>
a { background-color: #75625D; }
a { background-color: rgb(117,98,93); }
div.DivClassName
{
background-color: #75625D;
}
.BgClassName
{
background-color: #75625D;
}
</style>
border-color css
<style>
span { border-color: #75625D; }
span { border-color: rgb(117,98,93); }
td.TdClassName
{
border-color: #75625D;
}
.TagClassName
{
border-color: #75625D;
}
</style>