Shades of Finn #783C58
Tints of Finn #783C58
RGB
CMYK
RGB Variations
Color information
#783C58 (or 0x783C58) is known color: Finn. HEX triplet: 78, 3C and 58. RGB value is (120,60,88). Sum of RGB (Red+Green+Blue) = 120+60+88=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #783C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C58 is #87C3A7. Grayscale: #515151. Windows color (decimal): -8897448 or 5782648. OLE color: 5782648.
HSL color Cylindrical-coordinate representation of color #783C58: hue angle of 332º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C58 is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 88 | - |
| CMYK | 0 | 0.5 | 0.27 | 0.53 |
| HSL | 332º | 0.33% | 0.35% | - |
| HSV(B) | 332º | 0.5% | 0.47% | - |
| XYZ | 11.12 | 7.93 | 10.18 | - |
| YUV | 81.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 88 | 0 | 0.5 | 0.27 | 0.53 | 332 | 0.33 | 0.35 |
| Hex | 78 | 3C | 58 | 0 | 32 | 1B | 35 | 14C | 21 | 23 |
| Octal | 170 | 74 | 130 | 0 | 62 | 33 | 65 | 514 | 41 | 43 |
| Binary | 1111000 | 111100 | 1011000 | 0 | 110010 | 11011 | 110101 | 101001100 | 100001 | 100011 |
Color Harmonies of #783C58
Complementary color
Monochromatic Colors of #783C58
Black with #783C58
Text Example
Text Example
White with #783C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C58; }
p { color: rgb(120,60,88); }
H1.HeaderClassName
{
color: #783C58;
}
.AnyTagClassName
{
color: #783C58;
}
</style>
background-color css
<style>
a { background-color: #783C58; }
a { background-color: rgb(120,60,88); }
div.DivClassName
{
background-color: #783C58;
}
.BgClassName
{
background-color: #783C58;
}
</style>
border-color css
<style>
span { border-color: #783C58; }
span { border-color: rgb(120,60,88); }
td.TdClassName
{
border-color: #783C58;
}
.TagClassName
{
border-color: #783C58;
}
</style>