Shades of Finn #743E56
Tints of Finn #743E56
RGB
CMYK
RGB Variations
Color information
#743E56 (or 0x743E56) is known color: Finn. HEX triplet: 74, 3E and 56. RGB value is (116,62,86). Sum of RGB (Red+Green+Blue) = 116+62+86=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #743E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743E56 is #8BC1A9. Grayscale: #505050. Windows color (decimal): -9159082 or 5652084. OLE color: 5652084.
HSL color Cylindrical-coordinate representation of color #743E56: hue angle of 333.33º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #743E56 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 62 | 86 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.55 |
| HSL | 333.33º | 0.3% | 0.35% | - |
| HSV(B) | 333.33º | 0.47% | 0.45% | - |
| XYZ | 10.6 | 7.83 | 9.76 | - |
| YUV | 80.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 62 | 86 | 0 | 0.47 | 0.26 | 0.55 | 333.33 | 0.3 | 0.35 |
| Hex | 74 | 3E | 56 | 0 | 2F | 1A | 37 | 14D | 1E | 23 |
| Octal | 164 | 76 | 126 | 0 | 57 | 32 | 67 | 515 | 36 | 43 |
| Binary | 1110100 | 111110 | 1010110 | 0 | 101111 | 11010 | 110111 | 101001101 | 11110 | 100011 |
Color Harmonies of #743E56
Complementary color
Monochromatic Colors of #743E56
Black with #743E56
Text Example
Text Example
White with #743E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743E56; }
p { color: rgb(116,62,86); }
H1.HeaderClassName
{
color: #743E56;
}
.AnyTagClassName
{
color: #743E56;
}
</style>
background-color css
<style>
a { background-color: #743E56; }
a { background-color: rgb(116,62,86); }
div.DivClassName
{
background-color: #743E56;
}
.BgClassName
{
background-color: #743E56;
}
</style>
border-color css
<style>
span { border-color: #743E56; }
span { border-color: rgb(116,62,86); }
td.TdClassName
{
border-color: #743E56;
}
.TagClassName
{
border-color: #743E56;
}
</style>