Shades of Finn #724B54
Tints of Finn #724B54
RGB
CMYK
RGB Variations
Color information
#724B54 (or 0x724B54) is known color: Finn. HEX triplet: 72, 4B and 54. RGB value is (114,75,84). Sum of RGB (Red+Green+Blue) = 114+75+84=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #724B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724B54 is #8DB4AB. Grayscale: #575757. Windows color (decimal): -9286828 or 5524338. OLE color: 5524338.
HSL color Cylindrical-coordinate representation of color #724B54: hue angle of 346.15º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #724B54 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 75 | 84 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.55 |
| HSL | 346.15º | 0.21% | 0.37% | - |
| HSV(B) | 346.15º | 0.34% | 0.45% | - |
| XYZ | 11.06 | 9.25 | 9.59 | - |
| YUV | 87.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 75 | 84 | 0 | 0.34 | 0.26 | 0.55 | 346.15 | 0.21 | 0.37 |
| Hex | 72 | 4B | 54 | 0 | 22 | 1A | 37 | 15A | 15 | 25 |
| Octal | 162 | 113 | 124 | 0 | 42 | 32 | 67 | 532 | 25 | 45 |
| Binary | 1110010 | 1001011 | 1010100 | 0 | 100010 | 11010 | 110111 | 101011010 | 10101 | 100101 |
Color Harmonies of #724B54
Complementary color
Monochromatic Colors of #724B54
Black with #724B54
Text Example
Text Example
White with #724B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #724B54; }
p { color: rgb(114,75,84); }
H1.HeaderClassName
{
color: #724B54;
}
.AnyTagClassName
{
color: #724B54;
}
</style>
background-color css
<style>
a { background-color: #724B54; }
a { background-color: rgb(114,75,84); }
div.DivClassName
{
background-color: #724B54;
}
.BgClassName
{
background-color: #724B54;
}
</style>
border-color css
<style>
span { border-color: #724B54; }
span { border-color: rgb(114,75,84); }
td.TdClassName
{
border-color: #724B54;
}
.TagClassName
{
border-color: #724B54;
}
</style>