Shades of Finn #714C56
Tints of Finn #714C56
RGB
CMYK
RGB Variations
Color information
#714C56 (or 0x714C56) is known color: Finn. HEX triplet: 71, 4C and 56. RGB value is (113,76,86). Sum of RGB (Red+Green+Blue) = 113+76+86=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 113 - color contains mainly: red. Hex color #714C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #714C56 is #8EB3A9. Grayscale: #585858. Windows color (decimal): -9352106 or 5655665. OLE color: 5655665.
HSL color Cylindrical-coordinate representation of color #714C56: hue angle of 343.78º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #714C56 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 76 | 86 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.56 |
| HSL | 343.78º | 0.2% | 0.37% | - |
| HSV(B) | 343.78º | 0.33% | 0.44% | - |
| XYZ | 11.07 | 9.35 | 10.03 | - |
| YUV | 88.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 76 | 86 | 0 | 0.33 | 0.24 | 0.56 | 343.78 | 0.2 | 0.37 |
| Hex | 71 | 4C | 56 | 0 | 21 | 18 | 38 | 158 | 14 | 25 |
| Octal | 161 | 114 | 126 | 0 | 41 | 30 | 70 | 530 | 24 | 45 |
| Binary | 1110001 | 1001100 | 1010110 | 0 | 100001 | 11000 | 111000 | 101011000 | 10100 | 100101 |
Color Harmonies of #714C56
Complementary color
Monochromatic Colors of #714C56
Black with #714C56
Text Example
Text Example
White with #714C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714C56; }
p { color: rgb(113,76,86); }
H1.HeaderClassName
{
color: #714C56;
}
.AnyTagClassName
{
color: #714C56;
}
</style>
background-color css
<style>
a { background-color: #714C56; }
a { background-color: rgb(113,76,86); }
div.DivClassName
{
background-color: #714C56;
}
.BgClassName
{
background-color: #714C56;
}
</style>
border-color css
<style>
span { border-color: #714C56; }
span { border-color: rgb(113,76,86); }
td.TdClassName
{
border-color: #714C56;
}
.TagClassName
{
border-color: #714C56;
}
</style>