Shades of Finn #773D58
Tints of Finn #773D58
RGB
CMYK
RGB Variations
Color information
#773D58 (or 0x773D58) is known color: Finn. HEX triplet: 77, 3D and 58. RGB value is (119,61,88). Sum of RGB (Red+Green+Blue) = 119+61+88=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #773D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773D58 is #88C2A7. Grayscale: #515151. Windows color (decimal): -8962728 or 5782903. OLE color: 5782903.
HSL color Cylindrical-coordinate representation of color #773D58: hue angle of 332.07º 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 #773D58 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 88 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.53 |
| HSL | 332.07º | 0.32% | 0.35% | - |
| HSV(B) | 332.07º | 0.49% | 0.47% | - |
| XYZ | 11.04 | 7.96 | 10.19 | - |
| YUV | 81.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 88 | 0 | 0.49 | 0.26 | 0.53 | 332.07 | 0.32 | 0.35 |
| Hex | 77 | 3D | 58 | 0 | 31 | 1A | 35 | 14C | 20 | 23 |
| Octal | 167 | 75 | 130 | 0 | 61 | 32 | 65 | 514 | 40 | 43 |
| Binary | 1110111 | 111101 | 1011000 | 0 | 110001 | 11010 | 110101 | 101001100 | 100000 | 100011 |
Color Harmonies of #773D58
Complementary color
Monochromatic Colors of #773D58
Black with #773D58
Text Example
Text Example
White with #773D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D58; }
p { color: rgb(119,61,88); }
H1.HeaderClassName
{
color: #773D58;
}
.AnyTagClassName
{
color: #773D58;
}
</style>
background-color css
<style>
a { background-color: #773D58; }
a { background-color: rgb(119,61,88); }
div.DivClassName
{
background-color: #773D58;
}
.BgClassName
{
background-color: #773D58;
}
</style>
border-color css
<style>
span { border-color: #773D58; }
span { border-color: rgb(119,61,88); }
td.TdClassName
{
border-color: #773D58;
}
.TagClassName
{
border-color: #773D58;
}
</style>