Shades of Finn #753B5B
Tints of Finn #753B5B
RGB
CMYK
RGB Variations
Color information
#753B5B (or 0x753B5B) is known color: Finn. HEX triplet: 75, 3B and 5B. RGB value is (117,59,91). Sum of RGB (Red+Green+Blue) = 117+59+91=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B5B is #8AC4A4. Grayscale: #4F4F4F. Windows color (decimal): -9094309 or 5978997. OLE color: 5978997.
HSL color Cylindrical-coordinate representation of color #753B5B: hue angle of 326.9º 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 #753B5B is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 91 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.54 |
| HSL | 326.9º | 0.33% | 0.35% | - |
| HSV(B) | 326.9º | 0.5% | 0.46% | - |
| XYZ | 10.79 | 7.67 | 10.81 | - |
| YUV | 79.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 91 | 0 | 0.50 | 0.22 | 0.54 | 326.9 | 0.33 | 0.35 |
| Hex | 75 | 3B | 5B | 0 | 32 | 16 | 36 | 147 | 21 | 23 |
| Octal | 165 | 73 | 133 | 0 | 62 | 26 | 66 | 507 | 41 | 43 |
| Binary | 1110101 | 111011 | 1011011 | 0 | 110010 | 10110 | 110110 | 101000111 | 100001 | 100011 |
Color Harmonies of #753B5B
Complementary color
Monochromatic Colors of #753B5B
Black with #753B5B
Text Example
Text Example
White with #753B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B5B; }
p { color: rgb(117,59,91); }
H1.HeaderClassName
{
color: #753B5B;
}
.AnyTagClassName
{
color: #753B5B;
}
</style>
background-color css
<style>
a { background-color: #753B5B; }
a { background-color: rgb(117,59,91); }
div.DivClassName
{
background-color: #753B5B;
}
.BgClassName
{
background-color: #753B5B;
}
</style>
border-color css
<style>
span { border-color: #753B5B; }
span { border-color: rgb(117,59,91); }
td.TdClassName
{
border-color: #753B5B;
}
.TagClassName
{
border-color: #753B5B;
}
</style>