Shades of Finn #704B57
Tints of Finn #704B57
RGB
CMYK
RGB Variations
Color information
#704B57 (or 0x704B57) is known color: Finn. HEX triplet: 70, 4B and 57. RGB value is (112,75,87). Sum of RGB (Red+Green+Blue) = 112+75+87=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #704B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704B57 is #8FB4A8. Grayscale: #575757. Windows color (decimal): -9417897 or 5720944. OLE color: 5720944.
HSL color Cylindrical-coordinate representation of color #704B57: hue angle of 340.54º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #704B57 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 75 | 87 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.56 |
| HSL | 340.54º | 0.2% | 0.37% | - |
| HSV(B) | 340.54º | 0.33% | 0.44% | - |
| XYZ | 10.92 | 9.17 | 10.21 | - |
| YUV | 87.43 | 127.76 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 75 | 87 | 0 | 0.33 | 0.22 | 0.56 | 340.54 | 0.2 | 0.37 |
| Hex | 70 | 4B | 57 | 0 | 21 | 16 | 38 | 155 | 14 | 25 |
| Octal | 160 | 113 | 127 | 0 | 41 | 26 | 70 | 525 | 24 | 45 |
| Binary | 1110000 | 1001011 | 1010111 | 0 | 100001 | 10110 | 111000 | 101010101 | 10100 | 100101 |
Color Harmonies of #704B57
Complementary color
Monochromatic Colors of #704B57
Black with #704B57
Text Example
Text Example
White with #704B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704B57; }
p { color: rgb(112,75,87); }
H1.HeaderClassName
{
color: #704B57;
}
.AnyTagClassName
{
color: #704B57;
}
</style>
background-color css
<style>
a { background-color: #704B57; }
a { background-color: rgb(112,75,87); }
div.DivClassName
{
background-color: #704B57;
}
.BgClassName
{
background-color: #704B57;
}
</style>
border-color css
<style>
span { border-color: #704B57; }
span { border-color: rgb(112,75,87); }
td.TdClassName
{
border-color: #704B57;
}
.TagClassName
{
border-color: #704B57;
}
</style>