Shades of Finn #724A57
Tints of Finn #724A57
RGB
CMYK
RGB Variations
Color information
#724A57 (or 0x724A57) is known color: Finn. HEX triplet: 72, 4A and 57. RGB value is (114,74,87). Sum of RGB (Red+Green+Blue) = 114+74+87=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #724A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724A57 is #8DB5A8. Grayscale: #575757. Windows color (decimal): -9287081 or 5720690. OLE color: 5720690.
HSL color Cylindrical-coordinate representation of color #724A57: hue angle of 340.5º 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 #724A57 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 87 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.55 |
| HSL | 340.5º | 0.21% | 0.37% | - |
| HSV(B) | 340.5º | 0.35% | 0.45% | - |
| XYZ | 11.11 | 9.16 | 10.2 | - |
| YUV | 87.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 87 | 0 | 0.35 | 0.24 | 0.55 | 340.5 | 0.21 | 0.37 |
| Hex | 72 | 4A | 57 | 0 | 23 | 18 | 37 | 154 | 15 | 25 |
| Octal | 162 | 112 | 127 | 0 | 43 | 30 | 67 | 524 | 25 | 45 |
| Binary | 1110010 | 1001010 | 1010111 | 0 | 100011 | 11000 | 110111 | 101010100 | 10101 | 100101 |
Color Harmonies of #724A57
Complementary color
Monochromatic Colors of #724A57
Black with #724A57
Text Example
Text Example
White with #724A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A57; }
p { color: rgb(114,74,87); }
H1.HeaderClassName
{
color: #724A57;
}
.AnyTagClassName
{
color: #724A57;
}
</style>
background-color css
<style>
a { background-color: #724A57; }
a { background-color: rgb(114,74,87); }
div.DivClassName
{
background-color: #724A57;
}
.BgClassName
{
background-color: #724A57;
}
</style>
border-color css
<style>
span { border-color: #724A57; }
span { border-color: rgb(114,74,87); }
td.TdClassName
{
border-color: #724A57;
}
.TagClassName
{
border-color: #724A57;
}
</style>