Shades of Finn #714D56
Tints of Finn #714D56
RGB
CMYK
RGB Variations
Color information
#714D56 (or 0x714D56) is known color: Finn. HEX triplet: 71, 4D and 56. RGB value is (113,77,86). Sum of RGB (Red+Green+Blue) = 113+77+86=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 113 - color contains mainly: red. Hex color #714D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D56 is #8EB2A9. Grayscale: #585858. Windows color (decimal): -9351850 or 5655921. OLE color: 5655921.
HSL color Cylindrical-coordinate representation of color #714D56: hue angle of 345º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #714D56 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 77 | 86 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.56 |
| HSL | 345º | 0.19% | 0.37% | - |
| HSV(B) | 345º | 0.32% | 0.44% | - |
| XYZ | 11.14 | 9.49 | 10.05 | - |
| YUV | 88.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 77 | 86 | 0 | 0.32 | 0.24 | 0.56 | 345 | 0.19 | 0.37 |
| Hex | 71 | 4D | 56 | 0 | 20 | 18 | 38 | 159 | 13 | 25 |
| Octal | 161 | 115 | 126 | 0 | 40 | 30 | 70 | 531 | 23 | 45 |
| Binary | 1110001 | 1001101 | 1010110 | 0 | 100000 | 11000 | 111000 | 101011001 | 10011 | 100101 |
Color Harmonies of #714D56
Complementary color
Monochromatic Colors of #714D56
Black with #714D56
Text Example
Text Example
White with #714D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714D56; }
p { color: rgb(113,77,86); }
H1.HeaderClassName
{
color: #714D56;
}
.AnyTagClassName
{
color: #714D56;
}
</style>
background-color css
<style>
a { background-color: #714D56; }
a { background-color: rgb(113,77,86); }
div.DivClassName
{
background-color: #714D56;
}
.BgClassName
{
background-color: #714D56;
}
</style>
border-color css
<style>
span { border-color: #714D56; }
span { border-color: rgb(113,77,86); }
td.TdClassName
{
border-color: #714D56;
}
.TagClassName
{
border-color: #714D56;
}
</style>