Shades of Finn #763B59
Tints of Finn #763B59
RGB
CMYK
RGB Variations
Color information
#763B59 (or 0x763B59) is known color: Finn. HEX triplet: 76, 3B and 59. RGB value is (118,59,89). Sum of RGB (Red+Green+Blue) = 118+59+89=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #763B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B59 is #89C4A6. Grayscale: #505050. Windows color (decimal): -9028775 or 5847926. OLE color: 5847926.
HSL color Cylindrical-coordinate representation of color #763B59: hue angle of 329.49º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #763B59 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 59 | 89 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.54 |
| HSL | 329.49º | 0.33% | 0.35% | - |
| HSV(B) | 329.49º | 0.5% | 0.46% | - |
| XYZ | 10.84 | 7.7 | 10.37 | - |
| YUV | 80.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 59 | 89 | 0 | 0.50 | 0.25 | 0.54 | 329.49 | 0.33 | 0.35 |
| Hex | 76 | 3B | 59 | 0 | 32 | 19 | 36 | 149 | 21 | 23 |
| Octal | 166 | 73 | 131 | 0 | 62 | 31 | 66 | 511 | 41 | 43 |
| Binary | 1110110 | 111011 | 1011001 | 0 | 110010 | 11001 | 110110 | 101001001 | 100001 | 100011 |
Color Harmonies of #763B59
Complementary color
Monochromatic Colors of #763B59
Black with #763B59
Text Example
Text Example
White with #763B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763B59; }
p { color: rgb(118,59,89); }
H1.HeaderClassName
{
color: #763B59;
}
.AnyTagClassName
{
color: #763B59;
}
</style>
background-color css
<style>
a { background-color: #763B59; }
a { background-color: rgb(118,59,89); }
div.DivClassName
{
background-color: #763B59;
}
.BgClassName
{
background-color: #763B59;
}
</style>
border-color css
<style>
span { border-color: #763B59; }
span { border-color: rgb(118,59,89); }
td.TdClassName
{
border-color: #763B59;
}
.TagClassName
{
border-color: #763B59;
}
</style>