Shades of Finn #763A59
Tints of Finn #763A59
RGB
CMYK
RGB Variations
Color information
#763A59 (or 0x763A59) is known color: Finn. HEX triplet: 76, 3A and 59. RGB value is (118,58,89). Sum of RGB (Red+Green+Blue) = 118+58+89=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #763A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A59 is #89C5A6. Grayscale: #4F4F4F. Windows color (decimal): -9029031 or 5847670. OLE color: 5847670.
HSL color Cylindrical-coordinate representation of color #763A59: hue angle of 329º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A59 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 89 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.54 |
| HSL | 329º | 0.34% | 0.35% | - |
| HSV(B) | 329º | 0.51% | 0.46% | - |
| XYZ | 10.79 | 7.6 | 10.35 | - |
| YUV | 79.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 89 | 0 | 0.51 | 0.25 | 0.54 | 329 | 0.34 | 0.35 |
| Hex | 76 | 3A | 59 | 0 | 33 | 19 | 36 | 149 | 22 | 23 |
| Octal | 166 | 72 | 131 | 0 | 63 | 31 | 66 | 511 | 42 | 43 |
| Binary | 1110110 | 111010 | 1011001 | 0 | 110011 | 11001 | 110110 | 101001001 | 100010 | 100011 |
Color Harmonies of #763A59
Complementary color
Monochromatic Colors of #763A59
Black with #763A59
Text Example
Text Example
White with #763A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A59; }
p { color: rgb(118,58,89); }
H1.HeaderClassName
{
color: #763A59;
}
.AnyTagClassName
{
color: #763A59;
}
</style>
background-color css
<style>
a { background-color: #763A59; }
a { background-color: rgb(118,58,89); }
div.DivClassName
{
background-color: #763A59;
}
.BgClassName
{
background-color: #763A59;
}
</style>
border-color css
<style>
span { border-color: #763A59; }
span { border-color: rgb(118,58,89); }
td.TdClassName
{
border-color: #763A59;
}
.TagClassName
{
border-color: #763A59;
}
</style>