Shades of Finn #763F58
Tints of Finn #763F58
RGB
CMYK
RGB Variations
Color information
#763F58 (or 0x763F58) is known color: Finn. HEX triplet: 76, 3F and 58. RGB value is (118,63,88). Sum of RGB (Red+Green+Blue) = 118+63+88=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #763F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F58 is #89C0A7. Grayscale: #525252. Windows color (decimal): -9027752 or 5783414. OLE color: 5783414.
HSL color Cylindrical-coordinate representation of color #763F58: hue angle of 332.73º 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 #763F58 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 88 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.54 |
| HSL | 332.73º | 0.3% | 0.35% | - |
| HSV(B) | 332.73º | 0.47% | 0.46% | - |
| XYZ | 11.01 | 8.11 | 10.22 | - |
| YUV | 82.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 88 | 0 | 0.47 | 0.25 | 0.54 | 332.73 | 0.3 | 0.35 |
| Hex | 76 | 3F | 58 | 0 | 2F | 19 | 36 | 14D | 1E | 23 |
| Octal | 166 | 77 | 130 | 0 | 57 | 31 | 66 | 515 | 36 | 43 |
| Binary | 1110110 | 111111 | 1011000 | 0 | 101111 | 11001 | 110110 | 101001101 | 11110 | 100011 |
Color Harmonies of #763F58
Complementary color
Monochromatic Colors of #763F58
Black with #763F58
Text Example
Text Example
White with #763F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F58; }
p { color: rgb(118,63,88); }
H1.HeaderClassName
{
color: #763F58;
}
.AnyTagClassName
{
color: #763F58;
}
</style>
background-color css
<style>
a { background-color: #763F58; }
a { background-color: rgb(118,63,88); }
div.DivClassName
{
background-color: #763F58;
}
.BgClassName
{
background-color: #763F58;
}
</style>
border-color css
<style>
span { border-color: #763F58; }
span { border-color: rgb(118,63,88); }
td.TdClassName
{
border-color: #763F58;
}
.TagClassName
{
border-color: #763F58;
}
</style>