Shades of Finn #783D55
Tints of Finn #783D55
RGB
CMYK
RGB Variations
Color information
#783D55 (or 0x783D55) is known color: Finn. HEX triplet: 78, 3D and 55. RGB value is (120,61,85). Sum of RGB (Red+Green+Blue) = 120+61+85=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #783D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783D55 is #87C2AA. Grayscale: #515151. Windows color (decimal): -8897195 or 5586296. OLE color: 5586296.
HSL color Cylindrical-coordinate representation of color #783D55: hue angle of 335.59º 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 #783D55 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 61 | 85 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.53 |
| HSL | 335.59º | 0.33% | 0.35% | - |
| HSV(B) | 335.59º | 0.49% | 0.47% | - |
| XYZ | 11.05 | 7.99 | 9.55 | - |
| YUV | 81.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 61 | 85 | 0 | 0.49 | 0.29 | 0.53 | 335.59 | 0.33 | 0.35 |
| Hex | 78 | 3D | 55 | 0 | 31 | 1D | 35 | 150 | 21 | 23 |
| Octal | 170 | 75 | 125 | 0 | 61 | 35 | 65 | 520 | 41 | 43 |
| Binary | 1111000 | 111101 | 1010101 | 0 | 110001 | 11101 | 110101 | 101010000 | 100001 | 100011 |
Color Harmonies of #783D55
Complementary color
Monochromatic Colors of #783D55
Black with #783D55
Text Example
Text Example
White with #783D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783D55; }
p { color: rgb(120,61,85); }
H1.HeaderClassName
{
color: #783D55;
}
.AnyTagClassName
{
color: #783D55;
}
</style>
background-color css
<style>
a { background-color: #783D55; }
a { background-color: rgb(120,61,85); }
div.DivClassName
{
background-color: #783D55;
}
.BgClassName
{
background-color: #783D55;
}
</style>
border-color css
<style>
span { border-color: #783D55; }
span { border-color: rgb(120,61,85); }
td.TdClassName
{
border-color: #783D55;
}
.TagClassName
{
border-color: #783D55;
}
</style>