Shades of Finn #753A5B
Tints of Finn #753A5B
RGB
CMYK
RGB Variations
Color information
#753A5B (or 0x753A5B) is known color: Finn. HEX triplet: 75, 3A and 5B. RGB value is (117,58,91). Sum of RGB (Red+Green+Blue) = 117+58+91=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #753A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A5B is #8AC5A4. Grayscale: #4F4F4F. Windows color (decimal): -9094565 or 5978741. OLE color: 5978741.
HSL color Cylindrical-coordinate representation of color #753A5B: hue angle of 326.44º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A5B is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 91 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.54 |
| HSL | 326.44º | 0.34% | 0.34% | - |
| HSV(B) | 326.44º | 0.5% | 0.46% | - |
| XYZ | 10.74 | 7.56 | 10.79 | - |
| YUV | 79.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 91 | 0 | 0.50 | 0.22 | 0.54 | 326.44 | 0.34 | 0.34 |
| Hex | 75 | 3A | 5B | 0 | 32 | 16 | 36 | 146 | 22 | 22 |
| Octal | 165 | 72 | 133 | 0 | 62 | 26 | 66 | 506 | 42 | 42 |
| Binary | 1110101 | 111010 | 1011011 | 0 | 110010 | 10110 | 110110 | 101000110 | 100010 | 100010 |
Color Harmonies of #753A5B
Complementary color
Monochromatic Colors of #753A5B
Black with #753A5B
Text Example
Text Example
White with #753A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A5B; }
p { color: rgb(117,58,91); }
H1.HeaderClassName
{
color: #753A5B;
}
.AnyTagClassName
{
color: #753A5B;
}
</style>
background-color css
<style>
a { background-color: #753A5B; }
a { background-color: rgb(117,58,91); }
div.DivClassName
{
background-color: #753A5B;
}
.BgClassName
{
background-color: #753A5B;
}
</style>
border-color css
<style>
span { border-color: #753A5B; }
span { border-color: rgb(117,58,91); }
td.TdClassName
{
border-color: #753A5B;
}
.TagClassName
{
border-color: #753A5B;
}
</style>