Shades of Finn #743A57
Tints of Finn #743A57
RGB
CMYK
RGB Variations
Color information
#743A57 (or 0x743A57) is known color: Finn. HEX triplet: 74, 3A and 57. RGB value is (116,58,87). Sum of RGB (Red+Green+Blue) = 116+58+87=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #743A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A57 is #8BC5A8. Grayscale: #4E4E4E. Windows color (decimal): -9160105 or 5716596. OLE color: 5716596.
HSL color Cylindrical-coordinate representation of color #743A57: hue angle of 330º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743A57 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 58 | 87 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.55 |
| HSL | 330º | 0.33% | 0.34% | - |
| HSV(B) | 330º | 0.5% | 0.45% | - |
| XYZ | 10.44 | 7.43 | 9.9 | - |
| YUV | 78.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 87 | 0 | 0.5 | 0.25 | 0.55 | 330 | 0.33 | 0.34 |
| Hex | 74 | 3A | 57 | 0 | 32 | 19 | 37 | 14A | 21 | 22 |
| Octal | 164 | 72 | 127 | 0 | 62 | 31 | 67 | 512 | 41 | 42 |
| Binary | 1110100 | 111010 | 1010111 | 0 | 110010 | 11001 | 110111 | 101001010 | 100001 | 100010 |
Color Harmonies of #743A57
Complementary color
Monochromatic Colors of #743A57
Black with #743A57
Text Example
Text Example
White with #743A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A57; }
p { color: rgb(116,58,87); }
H1.HeaderClassName
{
color: #743A57;
}
.AnyTagClassName
{
color: #743A57;
}
</style>
background-color css
<style>
a { background-color: #743A57; }
a { background-color: rgb(116,58,87); }
div.DivClassName
{
background-color: #743A57;
}
.BgClassName
{
background-color: #743A57;
}
</style>
border-color css
<style>
span { border-color: #743A57; }
span { border-color: rgb(116,58,87); }
td.TdClassName
{
border-color: #743A57;
}
.TagClassName
{
border-color: #743A57;
}
</style>