Shades of Russett #745F5B
Tints of Russett #745F5B
RGB
CMYK
RGB Variations
Color information
#745F5B (or 0x745F5B) is known color: Russett. HEX triplet: 74, 5F and 5B. RGB value is (116,95,91). Sum of RGB (Red+Green+Blue) = 116+95+91=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #745F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745F5B is #8BA0A4. Grayscale: #646464. Windows color (decimal): -9150629 or 5988212. OLE color: 5988212.
HSL color Cylindrical-coordinate representation of color #745F5B: hue angle of 9.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #745F5B is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 95 | 91 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.55 |
| HSL | 9.6º | 0.12% | 0.41% | - |
| HSV(B) | 9.6º | 0.22% | 0.45% | - |
| XYZ | 13.18 | 12.65 | 11.64 | - |
| YUV | 100.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 95 | 91 | 0 | 0.18 | 0.22 | 0.55 | 9.6 | 0.12 | 0.41 |
| Hex | 74 | 5F | 5B | 0 | 12 | 16 | 37 | A | C | 29 |
| Octal | 164 | 137 | 133 | 0 | 22 | 26 | 67 | 12 | 14 | 51 |
| Binary | 1110100 | 1011111 | 1011011 | 0 | 10010 | 10110 | 110111 | 1010 | 1100 | 101001 |
Color Harmonies of #745F5B
Complementary color
Monochromatic Colors of #745F5B
Black with #745F5B
Text Example
Text Example
White with #745F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745F5B; }
p { color: rgb(116,95,91); }
H1.HeaderClassName
{
color: #745F5B;
}
.AnyTagClassName
{
color: #745F5B;
}
</style>
background-color css
<style>
a { background-color: #745F5B; }
a { background-color: rgb(116,95,91); }
div.DivClassName
{
background-color: #745F5B;
}
.BgClassName
{
background-color: #745F5B;
}
</style>
border-color css
<style>
span { border-color: #745F5B; }
span { border-color: rgb(116,95,91); }
td.TdClassName
{
border-color: #745F5B;
}
.TagClassName
{
border-color: #745F5B;
}
</style>