Shades of Finn #773D54
Tints of Finn #773D54
RGB
CMYK
RGB Variations
Color information
#773D54 (or 0x773D54) is known color: Finn. HEX triplet: 77, 3D and 54. RGB value is (119,61,84). Sum of RGB (Red+Green+Blue) = 119+61+84=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 61 (24.22% from 255 or 23.11% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #773D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773D54 is #88C2AB. Grayscale: #505050. Windows color (decimal): -8962732 or 5520759. OLE color: 5520759.
HSL color Cylindrical-coordinate representation of color #773D54: hue angle of 336.21º degrees, saturation: 0.32, 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 #773D54 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 84 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.53 |
| HSL | 336.21º | 0.32% | 0.35% | - |
| HSV(B) | 336.21º | 0.49% | 0.47% | - |
| XYZ | 10.88 | 7.9 | 9.34 | - |
| YUV | 80.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 84 | 0 | 0.49 | 0.29 | 0.53 | 336.21 | 0.32 | 0.35 |
| Hex | 77 | 3D | 54 | 0 | 31 | 1D | 35 | 150 | 20 | 23 |
| Octal | 167 | 75 | 124 | 0 | 61 | 35 | 65 | 520 | 40 | 43 |
| Binary | 1110111 | 111101 | 1010100 | 0 | 110001 | 11101 | 110101 | 101010000 | 100000 | 100011 |
Color Harmonies of #773D54
Complementary color
Monochromatic Colors of #773D54
Black with #773D54
Text Example
Text Example
White with #773D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D54; }
p { color: rgb(119,61,84); }
H1.HeaderClassName
{
color: #773D54;
}
.AnyTagClassName
{
color: #773D54;
}
</style>
background-color css
<style>
a { background-color: #773D54; }
a { background-color: rgb(119,61,84); }
div.DivClassName
{
background-color: #773D54;
}
.BgClassName
{
background-color: #773D54;
}
</style>
border-color css
<style>
span { border-color: #773D54; }
span { border-color: rgb(119,61,84); }
td.TdClassName
{
border-color: #773D54;
}
.TagClassName
{
border-color: #773D54;
}
</style>