Shades of Finn #773E58
Tints of Finn #773E58
RGB
CMYK
RGB Variations
Color information
#773E58 (or 0x773E58) is known color: Finn. HEX triplet: 77, 3E and 58. RGB value is (119,62,88). Sum of RGB (Red+Green+Blue) = 119+62+88=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #773E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773E58 is #88C1A7. Grayscale: #515151. Windows color (decimal): -8962472 or 5783159. OLE color: 5783159.
HSL color Cylindrical-coordinate representation of color #773E58: hue angle of 332.63º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #773E58 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 88 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.53 |
| HSL | 332.63º | 0.31% | 0.35% | - |
| HSV(B) | 332.63º | 0.48% | 0.47% | - |
| XYZ | 11.09 | 8.07 | 10.21 | - |
| YUV | 82.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 88 | 0 | 0.48 | 0.26 | 0.53 | 332.63 | 0.31 | 0.35 |
| Hex | 77 | 3E | 58 | 0 | 30 | 1A | 35 | 14D | 1F | 23 |
| Octal | 167 | 76 | 130 | 0 | 60 | 32 | 65 | 515 | 37 | 43 |
| Binary | 1110111 | 111110 | 1011000 | 0 | 110000 | 11010 | 110101 | 101001101 | 11111 | 100011 |
Color Harmonies of #773E58
Complementary color
Monochromatic Colors of #773E58
Black with #773E58
Text Example
Text Example
White with #773E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E58; }
p { color: rgb(119,62,88); }
H1.HeaderClassName
{
color: #773E58;
}
.AnyTagClassName
{
color: #773E58;
}
</style>
background-color css
<style>
a { background-color: #773E58; }
a { background-color: rgb(119,62,88); }
div.DivClassName
{
background-color: #773E58;
}
.BgClassName
{
background-color: #773E58;
}
</style>
border-color css
<style>
span { border-color: #773E58; }
span { border-color: rgb(119,62,88); }
td.TdClassName
{
border-color: #773E58;
}
.TagClassName
{
border-color: #773E58;
}
</style>