Shades of Finn #724A54
Tints of Finn #724A54
RGB
CMYK
RGB Variations
Color information
#724A54 (or 0x724A54) is known color: Finn. HEX triplet: 72, 4A and 54. RGB value is (114,74,84). Sum of RGB (Red+Green+Blue) = 114+74+84=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #724A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724A54 is #8DB5AB. Grayscale: #575757. Windows color (decimal): -9287084 or 5524082. OLE color: 5524082.
HSL color Cylindrical-coordinate representation of color #724A54: hue angle of 345º 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 #724A54 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 74 | 84 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.55 |
| HSL | 345º | 0.21% | 0.37% | - |
| HSV(B) | 345º | 0.35% | 0.45% | - |
| XYZ | 10.99 | 9.12 | 9.57 | - |
| YUV | 87.1 | 126.25 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 74 | 84 | 0 | 0.35 | 0.26 | 0.55 | 345 | 0.21 | 0.37 |
| Hex | 72 | 4A | 54 | 0 | 23 | 1A | 37 | 159 | 15 | 25 |
| Octal | 162 | 112 | 124 | 0 | 43 | 32 | 67 | 531 | 25 | 45 |
| Binary | 1110010 | 1001010 | 1010100 | 0 | 100011 | 11010 | 110111 | 101011001 | 10101 | 100101 |
Color Harmonies of #724A54
Complementary color
Monochromatic Colors of #724A54
Black with #724A54
Text Example
Text Example
White with #724A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724A54; }
p { color: rgb(114,74,84); }
H1.HeaderClassName
{
color: #724A54;
}
.AnyTagClassName
{
color: #724A54;
}
</style>
background-color css
<style>
a { background-color: #724A54; }
a { background-color: rgb(114,74,84); }
div.DivClassName
{
background-color: #724A54;
}
.BgClassName
{
background-color: #724A54;
}
</style>
border-color css
<style>
span { border-color: #724A54; }
span { border-color: rgb(114,74,84); }
td.TdClassName
{
border-color: #724A54;
}
.TagClassName
{
border-color: #724A54;
}
</style>