Shades of Finn #773C56
Tints of Finn #773C56
RGB
CMYK
RGB Variations
Color information
#773C56 (or 0x773C56) is known color: Finn. HEX triplet: 77, 3C and 56. RGB value is (119,60,86). Sum of RGB (Red+Green+Blue) = 119+60+86=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 86 (33.98% from 255 or 32.45% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #773C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C56 is #88C3A9. Grayscale: #505050. Windows color (decimal): -8962986 or 5651575. OLE color: 5651575.
HSL color Cylindrical-coordinate representation of color #773C56: 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.5%. Process color model (Four color, CMYK) of #773C56 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 60 | 86 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.53 |
| HSL | 333.56º | 0.33% | 0.35% | - |
| HSV(B) | 333.56º | 0.5% | 0.47% | - |
| XYZ | 10.9 | 7.83 | 9.74 | - |
| YUV | 80.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 60 | 86 | 0 | 0.50 | 0.28 | 0.53 | 333.56 | 0.33 | 0.35 |
| Hex | 77 | 3C | 56 | 0 | 32 | 1C | 35 | 14E | 21 | 23 |
| Octal | 167 | 74 | 126 | 0 | 62 | 34 | 65 | 516 | 41 | 43 |
| Binary | 1110111 | 111100 | 1010110 | 0 | 110010 | 11100 | 110101 | 101001110 | 100001 | 100011 |
Color Harmonies of #773C56
Complementary color
Monochromatic Colors of #773C56
Black with #773C56
Text Example
Text Example
White with #773C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773C56; }
p { color: rgb(119,60,86); }
H1.HeaderClassName
{
color: #773C56;
}
.AnyTagClassName
{
color: #773C56;
}
</style>
background-color css
<style>
a { background-color: #773C56; }
a { background-color: rgb(119,60,86); }
div.DivClassName
{
background-color: #773C56;
}
.BgClassName
{
background-color: #773C56;
}
</style>
border-color css
<style>
span { border-color: #773C56; }
span { border-color: rgb(119,60,86); }
td.TdClassName
{
border-color: #773C56;
}
.TagClassName
{
border-color: #773C56;
}
</style>