Shades of Finn #783D56
Tints of Finn #783D56
RGB
CMYK
RGB Variations
Color information
#783D56 (or 0x783D56) is known color: Finn. HEX triplet: 78, 3D and 56. RGB value is (120,61,86). Sum of RGB (Red+Green+Blue) = 120+61+86=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #783D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D56 is #87C2A9. Grayscale: #515151. Windows color (decimal): -8897194 or 5651832. OLE color: 5651832.
HSL color Cylindrical-coordinate representation of color #783D56: hue angle of 334.58º 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 #783D56 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 86 | - |
| CMYK | 0 | 0.49 | 0.28 | 0.53 |
| HSL | 334.58º | 0.33% | 0.35% | - |
| HSV(B) | 334.58º | 0.49% | 0.47% | - |
| XYZ | 11.09 | 8 | 9.76 | - |
| YUV | 81.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 86 | 0 | 0.49 | 0.28 | 0.53 | 334.58 | 0.33 | 0.35 |
| Hex | 78 | 3D | 56 | 0 | 31 | 1C | 35 | 14F | 21 | 23 |
| Octal | 170 | 75 | 126 | 0 | 61 | 34 | 65 | 517 | 41 | 43 |
| Binary | 1111000 | 111101 | 1010110 | 0 | 110001 | 11100 | 110101 | 101001111 | 100001 | 100011 |
Color Harmonies of #783D56
Complementary color
Monochromatic Colors of #783D56
Black with #783D56
Text Example
Text Example
White with #783D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D56; }
p { color: rgb(120,61,86); }
H1.HeaderClassName
{
color: #783D56;
}
.AnyTagClassName
{
color: #783D56;
}
</style>
background-color css
<style>
a { background-color: #783D56; }
a { background-color: rgb(120,61,86); }
div.DivClassName
{
background-color: #783D56;
}
.BgClassName
{
background-color: #783D56;
}
</style>
border-color css
<style>
span { border-color: #783D56; }
span { border-color: rgb(120,61,86); }
td.TdClassName
{
border-color: #783D56;
}
.TagClassName
{
border-color: #783D56;
}
</style>