Shades of Finn #704D55
Tints of Finn #704D55
RGB
CMYK
RGB Variations
Color information
#704D55 (or 0x704D55) is known color: Finn. HEX triplet: 70, 4D and 55. RGB value is (112,77,85). Sum of RGB (Red+Green+Blue) = 112+77+85=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #704D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #704D55 is #8FB2AA. Grayscale: #585858. Windows color (decimal): -9417387 or 5590384. OLE color: 5590384.
HSL color Cylindrical-coordinate representation of color #704D55: hue angle of 346.29º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #704D55 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 85 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.56 |
| HSL | 346.29º | 0.19% | 0.37% | - |
| HSV(B) | 346.29º | 0.31% | 0.44% | - |
| XYZ | 10.98 | 9.41 | 9.83 | - |
| YUV | 88.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 85 | 0 | 0.31 | 0.24 | 0.56 | 346.29 | 0.19 | 0.37 |
| Hex | 70 | 4D | 55 | 0 | 1F | 18 | 38 | 15A | 13 | 25 |
| Octal | 160 | 115 | 125 | 0 | 37 | 30 | 70 | 532 | 23 | 45 |
| Binary | 1110000 | 1001101 | 1010101 | 0 | 11111 | 11000 | 111000 | 101011010 | 10011 | 100101 |
Color Harmonies of #704D55
Complementary color
Monochromatic Colors of #704D55
Black with #704D55
Text Example
Text Example
White with #704D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D55; }
p { color: rgb(112,77,85); }
H1.HeaderClassName
{
color: #704D55;
}
.AnyTagClassName
{
color: #704D55;
}
</style>
background-color css
<style>
a { background-color: #704D55; }
a { background-color: rgb(112,77,85); }
div.DivClassName
{
background-color: #704D55;
}
.BgClassName
{
background-color: #704D55;
}
</style>
border-color css
<style>
span { border-color: #704D55; }
span { border-color: rgb(112,77,85); }
td.TdClassName
{
border-color: #704D55;
}
.TagClassName
{
border-color: #704D55;
}
</style>