Shades of Finn #724A56
Tints of Finn #724A56
RGB
CMYK
RGB Variations
Color information
#724A56 (or 0x724A56) is known color: Finn. HEX triplet: 72, 4A and 56. RGB value is (114,74,86). Sum of RGB (Red+Green+Blue) = 114+74+86=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #724A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724A56 is #8DB5A9. Grayscale: #575757. Windows color (decimal): -9287082 or 5655154. OLE color: 5655154.
HSL color Cylindrical-coordinate representation of color #724A56: hue angle of 342º 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 #724A56 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 86 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.55 |
| HSL | 342º | 0.21% | 0.37% | - |
| HSV(B) | 342º | 0.35% | 0.45% | - |
| XYZ | 11.07 | 9.15 | 9.99 | - |
| YUV | 87.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 86 | 0 | 0.35 | 0.25 | 0.55 | 342 | 0.21 | 0.37 |
| Hex | 72 | 4A | 56 | 0 | 23 | 19 | 37 | 156 | 15 | 25 |
| Octal | 162 | 112 | 126 | 0 | 43 | 31 | 67 | 526 | 25 | 45 |
| Binary | 1110010 | 1001010 | 1010110 | 0 | 100011 | 11001 | 110111 | 101010110 | 10101 | 100101 |
Color Harmonies of #724A56
Complementary color
Monochromatic Colors of #724A56
Black with #724A56
Text Example
Text Example
White with #724A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A56; }
p { color: rgb(114,74,86); }
H1.HeaderClassName
{
color: #724A56;
}
.AnyTagClassName
{
color: #724A56;
}
</style>
background-color css
<style>
a { background-color: #724A56; }
a { background-color: rgb(114,74,86); }
div.DivClassName
{
background-color: #724A56;
}
.BgClassName
{
background-color: #724A56;
}
</style>
border-color css
<style>
span { border-color: #724A56; }
span { border-color: rgb(114,74,86); }
td.TdClassName
{
border-color: #724A56;
}
.TagClassName
{
border-color: #724A56;
}
</style>