Shades of Russett #745D58
Tints of Russett #745D58
RGB
CMYK
RGB Variations
Color information
#745D58 (or 0x745D58) is known color: Russett. HEX triplet: 74, 5D and 58. RGB value is (116,93,88). Sum of RGB (Red+Green+Blue) = 116+93+88=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #745D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745D58 is #8BA2A7. Grayscale: #636363. Windows color (decimal): -9151144 or 5791092. OLE color: 5791092.
HSL color Cylindrical-coordinate representation of color #745D58: hue angle of 10.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #745D58 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 93 | 88 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.55 |
| HSL | 10.71º | 0.14% | 0.4% | - |
| HSV(B) | 10.71º | 0.24% | 0.45% | - |
| XYZ | 12.88 | 12.25 | 10.92 | - |
| YUV | 99.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 93 | 88 | 0 | 0.20 | 0.24 | 0.55 | 10.71 | 0.14 | 0.4 |
| Hex | 74 | 5D | 58 | 0 | 14 | 18 | 37 | B | E | 28 |
| Octal | 164 | 135 | 130 | 0 | 24 | 30 | 67 | 13 | 16 | 50 |
| Binary | 1110100 | 1011101 | 1011000 | 0 | 10100 | 11000 | 110111 | 1011 | 1110 | 101000 |
Color Harmonies of #745D58
Complementary color
Monochromatic Colors of #745D58
Black with #745D58
Text Example
Text Example
White with #745D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745D58; }
p { color: rgb(116,93,88); }
H1.HeaderClassName
{
color: #745D58;
}
.AnyTagClassName
{
color: #745D58;
}
</style>
background-color css
<style>
a { background-color: #745D58; }
a { background-color: rgb(116,93,88); }
div.DivClassName
{
background-color: #745D58;
}
.BgClassName
{
background-color: #745D58;
}
</style>
border-color css
<style>
span { border-color: #745D58; }
span { border-color: rgb(116,93,88); }
td.TdClassName
{
border-color: #745D58;
}
.TagClassName
{
border-color: #745D58;
}
</style>