Shades of Finn #773B5A
Tints of Finn #773B5A
RGB
CMYK
RGB Variations
Color information
#773B5A (or 0x773B5A) is known color: Finn. HEX triplet: 77, 3B and 5A. RGB value is (119,59,90). Sum of RGB (Red+Green+Blue) = 119+59+90=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #773B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773B5A is #88C4A5. Grayscale: #505050. Windows color (decimal): -8963238 or 5913463. OLE color: 5913463.
HSL color Cylindrical-coordinate representation of color #773B5A: hue angle of 329º degrees, saturation: 0.34, 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 #773B5A is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 59 | 90 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.53 |
| HSL | 329º | 0.34% | 0.35% | - |
| HSV(B) | 329º | 0.5% | 0.47% | - |
| XYZ | 11.02 | 7.79 | 10.6 | - |
| YUV | 80.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 59 | 90 | 0 | 0.50 | 0.24 | 0.53 | 329 | 0.34 | 0.35 |
| Hex | 77 | 3B | 5A | 0 | 32 | 18 | 35 | 149 | 22 | 23 |
| Octal | 167 | 73 | 132 | 0 | 62 | 30 | 65 | 511 | 42 | 43 |
| Binary | 1110111 | 111011 | 1011010 | 0 | 110010 | 11000 | 110101 | 101001001 | 100010 | 100011 |
Color Harmonies of #773B5A
Complementary color
Monochromatic Colors of #773B5A
Black with #773B5A
Text Example
Text Example
White with #773B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773B5A; }
p { color: rgb(119,59,90); }
H1.HeaderClassName
{
color: #773B5A;
}
.AnyTagClassName
{
color: #773B5A;
}
</style>
background-color css
<style>
a { background-color: #773B5A; }
a { background-color: rgb(119,59,90); }
div.DivClassName
{
background-color: #773B5A;
}
.BgClassName
{
background-color: #773B5A;
}
</style>
border-color css
<style>
span { border-color: #773B5A; }
span { border-color: rgb(119,59,90); }
td.TdClassName
{
border-color: #773B5A;
}
.TagClassName
{
border-color: #773B5A;
}
</style>