Shades of Finn #763F59
Tints of Finn #763F59
RGB
CMYK
RGB Variations
Color information
#763F59 (or 0x763F59) is known color: Finn. HEX triplet: 76, 3F and 59. RGB value is (118,63,89). Sum of RGB (Red+Green+Blue) = 118+63+89=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #763F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F59 is #89C0A6. Grayscale: #525252. Windows color (decimal): -9027751 or 5848950. OLE color: 5848950.
HSL color Cylindrical-coordinate representation of color #763F59: hue angle of 331.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763F59 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 89 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.54 |
| HSL | 331.64º | 0.3% | 0.35% | - |
| HSV(B) | 331.64º | 0.47% | 0.46% | - |
| XYZ | 11.05 | 8.13 | 10.44 | - |
| YUV | 82.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 89 | 0 | 0.47 | 0.25 | 0.54 | 331.64 | 0.3 | 0.35 |
| Hex | 76 | 3F | 59 | 0 | 2F | 19 | 36 | 14C | 1E | 23 |
| Octal | 166 | 77 | 131 | 0 | 57 | 31 | 66 | 514 | 36 | 43 |
| Binary | 1110110 | 111111 | 1011001 | 0 | 101111 | 11001 | 110110 | 101001100 | 11110 | 100011 |
Color Harmonies of #763F59
Complementary color
Monochromatic Colors of #763F59
Black with #763F59
Text Example
Text Example
White with #763F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F59; }
p { color: rgb(118,63,89); }
H1.HeaderClassName
{
color: #763F59;
}
.AnyTagClassName
{
color: #763F59;
}
</style>
background-color css
<style>
a { background-color: #763F59; }
a { background-color: rgb(118,63,89); }
div.DivClassName
{
background-color: #763F59;
}
.BgClassName
{
background-color: #763F59;
}
</style>
border-color css
<style>
span { border-color: #763F59; }
span { border-color: rgb(118,63,89); }
td.TdClassName
{
border-color: #763F59;
}
.TagClassName
{
border-color: #763F59;
}
</style>