Shades of Finn #714A56
Tints of Finn #714A56
RGB
CMYK
RGB Variations
Color information
#714A56 (or 0x714A56) is known color: Finn. HEX triplet: 71, 4A and 56. RGB value is (113,74,86). Sum of RGB (Red+Green+Blue) = 113+74+86=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 113 - color contains mainly: red. Hex color #714A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714A56 is #8EB5A9. Grayscale: #575757. Windows color (decimal): -9352618 or 5655153. OLE color: 5655153.
HSL color Cylindrical-coordinate representation of color #714A56: hue angle of 341.54º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714A56 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 74 | 86 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.56 |
| HSL | 341.54º | 0.21% | 0.37% | - |
| HSV(B) | 341.54º | 0.35% | 0.44% | - |
| XYZ | 10.94 | 9.08 | 9.98 | - |
| YUV | 87.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 74 | 86 | 0 | 0.35 | 0.24 | 0.56 | 341.54 | 0.21 | 0.37 |
| Hex | 71 | 4A | 56 | 0 | 23 | 18 | 38 | 156 | 15 | 25 |
| Octal | 161 | 112 | 126 | 0 | 43 | 30 | 70 | 526 | 25 | 45 |
| Binary | 1110001 | 1001010 | 1010110 | 0 | 100011 | 11000 | 111000 | 101010110 | 10101 | 100101 |
Color Harmonies of #714A56
Complementary color
Monochromatic Colors of #714A56
Black with #714A56
Text Example
Text Example
White with #714A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714A56; }
p { color: rgb(113,74,86); }
H1.HeaderClassName
{
color: #714A56;
}
.AnyTagClassName
{
color: #714A56;
}
</style>
background-color css
<style>
a { background-color: #714A56; }
a { background-color: rgb(113,74,86); }
div.DivClassName
{
background-color: #714A56;
}
.BgClassName
{
background-color: #714A56;
}
</style>
border-color css
<style>
span { border-color: #714A56; }
span { border-color: rgb(113,74,86); }
td.TdClassName
{
border-color: #714A56;
}
.TagClassName
{
border-color: #714A56;
}
</style>