Shades of Finn #734B54
Tints of Finn #734B54
RGB
CMYK
RGB Variations
Color information
#734B54 (or 0x734B54) is known color: Finn. HEX triplet: 73, 4B and 54. RGB value is (115,75,84). Sum of RGB (Red+Green+Blue) = 115+75+84=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #734B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734B54 is #8CB4AB. Grayscale: #575757. Windows color (decimal): -9221292 or 5524339. OLE color: 5524339.
HSL color Cylindrical-coordinate representation of color #734B54: hue angle of 346.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 #734B54 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 75 | 84 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.55 |
| HSL | 346.5º | 0.21% | 0.37% | - |
| HSV(B) | 346.5º | 0.35% | 0.45% | - |
| XYZ | 11.19 | 9.32 | 9.6 | - |
| YUV | 87.99 | 125.75 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 75 | 84 | 0 | 0.35 | 0.27 | 0.55 | 346.5 | 0.21 | 0.37 |
| Hex | 73 | 4B | 54 | 0 | 23 | 1B | 37 | 15A | 15 | 25 |
| Octal | 163 | 113 | 124 | 0 | 43 | 33 | 67 | 532 | 25 | 45 |
| Binary | 1110011 | 1001011 | 1010100 | 0 | 100011 | 11011 | 110111 | 101011010 | 10101 | 100101 |
Color Harmonies of #734B54
Complementary color
Monochromatic Colors of #734B54
Black with #734B54
Text Example
Text Example
White with #734B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #734B54; }
p { color: rgb(115,75,84); }
H1.HeaderClassName
{
color: #734B54;
}
.AnyTagClassName
{
color: #734B54;
}
</style>
background-color css
<style>
a { background-color: #734B54; }
a { background-color: rgb(115,75,84); }
div.DivClassName
{
background-color: #734B54;
}
.BgClassName
{
background-color: #734B54;
}
</style>
border-color css
<style>
span { border-color: #734B54; }
span { border-color: rgb(115,75,84); }
td.TdClassName
{
border-color: #734B54;
}
.TagClassName
{
border-color: #734B54;
}
</style>