Shades of Finn #743C56
Tints of Finn #743C56
RGB
CMYK
RGB Variations
Color information
#743C56 (or 0x743C56) is known color: Finn. HEX triplet: 74, 3C and 56. RGB value is (116,60,86). Sum of RGB (Red+Green+Blue) = 116+60+86=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #743C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743C56 is #8BC3A9. Grayscale: #4F4F4F. Windows color (decimal): -9159594 or 5651572. OLE color: 5651572.
HSL color Cylindrical-coordinate representation of color #743C56: hue angle of 332.14º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #743C56 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 60 | 86 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.55 |
| HSL | 332.14º | 0.32% | 0.35% | - |
| HSV(B) | 332.14º | 0.48% | 0.45% | - |
| XYZ | 10.5 | 7.62 | 9.72 | - |
| YUV | 79.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 86 | 0 | 0.48 | 0.26 | 0.55 | 332.14 | 0.32 | 0.35 |
| Hex | 74 | 3C | 56 | 0 | 30 | 1A | 37 | 14C | 20 | 23 |
| Octal | 164 | 74 | 126 | 0 | 60 | 32 | 67 | 514 | 40 | 43 |
| Binary | 1110100 | 111100 | 1010110 | 0 | 110000 | 11010 | 110111 | 101001100 | 100000 | 100011 |
Color Harmonies of #743C56
Complementary color
Monochromatic Colors of #743C56
Black with #743C56
Text Example
Text Example
White with #743C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C56; }
p { color: rgb(116,60,86); }
H1.HeaderClassName
{
color: #743C56;
}
.AnyTagClassName
{
color: #743C56;
}
</style>
background-color css
<style>
a { background-color: #743C56; }
a { background-color: rgb(116,60,86); }
div.DivClassName
{
background-color: #743C56;
}
.BgClassName
{
background-color: #743C56;
}
</style>
border-color css
<style>
span { border-color: #743C56; }
span { border-color: rgb(116,60,86); }
td.TdClassName
{
border-color: #743C56;
}
.TagClassName
{
border-color: #743C56;
}
</style>