Shades of Finn #773E53
Tints of Finn #773E53
RGB
CMYK
RGB Variations
Color information
#773E53 (or 0x773E53) is known color: Finn. HEX triplet: 77, 3E and 53. RGB value is (119,62,83). Sum of RGB (Red+Green+Blue) = 119+62+83=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #773E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773E53 is #88C1AC. Grayscale: #515151. Windows color (decimal): -8962477 or 5455479. OLE color: 5455479.
HSL color Cylindrical-coordinate representation of color #773E53: hue angle of 337.89º 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 #773E53 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 83 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.53 |
| HSL | 337.89º | 0.31% | 0.35% | - |
| HSV(B) | 337.89º | 0.48% | 0.47% | - |
| XYZ | 10.89 | 7.99 | 9.15 | - |
| YUV | 81.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 83 | 0 | 0.48 | 0.30 | 0.53 | 337.89 | 0.31 | 0.35 |
| Hex | 77 | 3E | 53 | 0 | 30 | 1E | 35 | 152 | 1F | 23 |
| Octal | 167 | 76 | 123 | 0 | 60 | 36 | 65 | 522 | 37 | 43 |
| Binary | 1110111 | 111110 | 1010011 | 0 | 110000 | 11110 | 110101 | 101010010 | 11111 | 100011 |
Color Harmonies of #773E53
Complementary color
Monochromatic Colors of #773E53
Black with #773E53
Text Example
Text Example
White with #773E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E53; }
p { color: rgb(119,62,83); }
H1.HeaderClassName
{
color: #773E53;
}
.AnyTagClassName
{
color: #773E53;
}
</style>
background-color css
<style>
a { background-color: #773E53; }
a { background-color: rgb(119,62,83); }
div.DivClassName
{
background-color: #773E53;
}
.BgClassName
{
background-color: #773E53;
}
</style>
border-color css
<style>
span { border-color: #773E53; }
span { border-color: rgb(119,62,83); }
td.TdClassName
{
border-color: #773E53;
}
.TagClassName
{
border-color: #773E53;
}
</style>