Shades of Finn #704C58
Tints of Finn #704C58
RGB
CMYK
RGB Variations
Color information
#704C58 (or 0x704C58) is known color: Finn. HEX triplet: 70, 4C and 58. RGB value is (112,76,88). Sum of RGB (Red+Green+Blue) = 112+76+88=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #704C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704C58 is #8FB3A7. Grayscale: #585858. Windows color (decimal): -9417640 or 5786736. OLE color: 5786736.
HSL color Cylindrical-coordinate representation of color #704C58: hue angle of 340º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #704C58 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 76 | 88 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.56 |
| HSL | 340º | 0.19% | 0.37% | - |
| HSV(B) | 340º | 0.32% | 0.44% | - |
| XYZ | 11.03 | 9.32 | 10.45 | - |
| YUV | 88.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 76 | 88 | 0 | 0.32 | 0.21 | 0.56 | 340 | 0.19 | 0.37 |
| Hex | 70 | 4C | 58 | 0 | 20 | 15 | 38 | 154 | 13 | 25 |
| Octal | 160 | 114 | 130 | 0 | 40 | 25 | 70 | 524 | 23 | 45 |
| Binary | 1110000 | 1001100 | 1011000 | 0 | 100000 | 10101 | 111000 | 101010100 | 10011 | 100101 |
Color Harmonies of #704C58
Complementary color
Monochromatic Colors of #704C58
Black with #704C58
Text Example
Text Example
White with #704C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704C58; }
p { color: rgb(112,76,88); }
H1.HeaderClassName
{
color: #704C58;
}
.AnyTagClassName
{
color: #704C58;
}
</style>
background-color css
<style>
a { background-color: #704C58; }
a { background-color: rgb(112,76,88); }
div.DivClassName
{
background-color: #704C58;
}
.BgClassName
{
background-color: #704C58;
}
</style>
border-color css
<style>
span { border-color: #704C58; }
span { border-color: rgb(112,76,88); }
td.TdClassName
{
border-color: #704C58;
}
.TagClassName
{
border-color: #704C58;
}
</style>