Shades of Finn #783F57
Tints of Finn #783F57
RGB
CMYK
RGB Variations
Color information
#783F57 (or 0x783F57) is known color: Finn. HEX triplet: 78, 3F and 57. RGB value is (120,63,87). Sum of RGB (Red+Green+Blue) = 120+63+87=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #783F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783F57 is #87C0A8. Grayscale: #525252. Windows color (decimal): -8896681 or 5717880. OLE color: 5717880.
HSL color Cylindrical-coordinate representation of color #783F57: hue angle of 334.74º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #783F57 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 87 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.53 |
| HSL | 334.74º | 0.31% | 0.36% | - |
| HSV(B) | 334.74º | 0.48% | 0.47% | - |
| XYZ | 11.24 | 8.24 | 10.01 | - |
| YUV | 82.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 87 | 0 | 0.48 | 0.28 | 0.53 | 334.74 | 0.31 | 0.36 |
| Hex | 78 | 3F | 57 | 0 | 30 | 1C | 35 | 14F | 1F | 24 |
| Octal | 170 | 77 | 127 | 0 | 60 | 34 | 65 | 517 | 37 | 44 |
| Binary | 1111000 | 111111 | 1010111 | 0 | 110000 | 11100 | 110101 | 101001111 | 11111 | 100100 |
Color Harmonies of #783F57
Complementary color
Monochromatic Colors of #783F57
Black with #783F57
Text Example
Text Example
White with #783F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F57; }
p { color: rgb(120,63,87); }
H1.HeaderClassName
{
color: #783F57;
}
.AnyTagClassName
{
color: #783F57;
}
</style>
background-color css
<style>
a { background-color: #783F57; }
a { background-color: rgb(120,63,87); }
div.DivClassName
{
background-color: #783F57;
}
.BgClassName
{
background-color: #783F57;
}
</style>
border-color css
<style>
span { border-color: #783F57; }
span { border-color: rgb(120,63,87); }
td.TdClassName
{
border-color: #783F57;
}
.TagClassName
{
border-color: #783F57;
}
</style>