Shades of Finn #783D57
Tints of Finn #783D57
RGB
CMYK
RGB Variations
Color information
#783D57 (or 0x783D57) is known color: Finn. HEX triplet: 78, 3D and 57. RGB value is (120,61,87). Sum of RGB (Red+Green+Blue) = 120+61+87=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #783D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D57 is #87C2A8. Grayscale: #515151. Windows color (decimal): -8897193 or 5717368. OLE color: 5717368.
HSL color Cylindrical-coordinate representation of color #783D57: hue angle of 333.56º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #783D57 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 87 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.53 |
| HSL | 333.56º | 0.33% | 0.35% | - |
| HSV(B) | 333.56º | 0.49% | 0.47% | - |
| XYZ | 11.13 | 8.02 | 9.98 | - |
| YUV | 81.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 87 | 0 | 0.49 | 0.28 | 0.53 | 333.56 | 0.33 | 0.35 |
| Hex | 78 | 3D | 57 | 0 | 31 | 1C | 35 | 14E | 21 | 23 |
| Octal | 170 | 75 | 127 | 0 | 61 | 34 | 65 | 516 | 41 | 43 |
| Binary | 1111000 | 111101 | 1010111 | 0 | 110001 | 11100 | 110101 | 101001110 | 100001 | 100011 |
Color Harmonies of #783D57
Complementary color
Monochromatic Colors of #783D57
Black with #783D57
Text Example
Text Example
White with #783D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D57; }
p { color: rgb(120,61,87); }
H1.HeaderClassName
{
color: #783D57;
}
.AnyTagClassName
{
color: #783D57;
}
</style>
background-color css
<style>
a { background-color: #783D57; }
a { background-color: rgb(120,61,87); }
div.DivClassName
{
background-color: #783D57;
}
.BgClassName
{
background-color: #783D57;
}
</style>
border-color css
<style>
span { border-color: #783D57; }
span { border-color: rgb(120,61,87); }
td.TdClassName
{
border-color: #783D57;
}
.TagClassName
{
border-color: #783D57;
}
</style>