Shades of Finn #744B56
Tints of Finn #744B56
RGB
CMYK
RGB Variations
Color information
#744B56 (or 0x744B56) is known color: Finn. HEX triplet: 74, 4B and 56. RGB value is (116,75,86). Sum of RGB (Red+Green+Blue) = 116+75+86=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #744B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744B56 is #8BB4A9. Grayscale: #585858. Windows color (decimal): -9155754 or 5655412. OLE color: 5655412.
HSL color Cylindrical-coordinate representation of color #744B56: hue angle of 343.9º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #744B56 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 75 | 86 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.55 |
| HSL | 343.9º | 0.21% | 0.37% | - |
| HSV(B) | 343.9º | 0.35% | 0.45% | - |
| XYZ | 11.4 | 9.42 | 10.02 | - |
| YUV | 88.51 | 126.58 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 75 | 86 | 0 | 0.35 | 0.26 | 0.55 | 343.9 | 0.21 | 0.37 |
| Hex | 74 | 4B | 56 | 0 | 23 | 1A | 37 | 158 | 15 | 25 |
| Octal | 164 | 113 | 126 | 0 | 43 | 32 | 67 | 530 | 25 | 45 |
| Binary | 1110100 | 1001011 | 1010110 | 0 | 100011 | 11010 | 110111 | 101011000 | 10101 | 100101 |
Color Harmonies of #744B56
Complementary color
Monochromatic Colors of #744B56
Black with #744B56
Text Example
Text Example
White with #744B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #744B56; }
p { color: rgb(116,75,86); }
H1.HeaderClassName
{
color: #744B56;
}
.AnyTagClassName
{
color: #744B56;
}
</style>
background-color css
<style>
a { background-color: #744B56; }
a { background-color: rgb(116,75,86); }
div.DivClassName
{
background-color: #744B56;
}
.BgClassName
{
background-color: #744B56;
}
</style>
border-color css
<style>
span { border-color: #744B56; }
span { border-color: rgb(116,75,86); }
td.TdClassName
{
border-color: #744B56;
}
.TagClassName
{
border-color: #744B56;
}
</style>