Shades of Finn #753C58
Tints of Finn #753C58
RGB
CMYK
RGB Variations
Color information
#753C58 (or 0x753C58) is known color: Finn. HEX triplet: 75, 3C and 58. RGB value is (117,60,88). Sum of RGB (Red+Green+Blue) = 117+60+88=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #753C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C58 is #8AC3A7. Grayscale: #505050. Windows color (decimal): -9094056 or 5782645. OLE color: 5782645.
HSL color Cylindrical-coordinate representation of color #753C58: hue angle of 330.53º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753C58 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 88 | - |
| CMYK | 0 | 0.49 | 0.25 | 0.54 |
| HSL | 330.53º | 0.32% | 0.35% | - |
| HSV(B) | 330.53º | 0.49% | 0.46% | - |
| XYZ | 10.71 | 7.72 | 10.16 | - |
| YUV | 80.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 88 | 0 | 0.49 | 0.25 | 0.54 | 330.53 | 0.32 | 0.35 |
| Hex | 75 | 3C | 58 | 0 | 31 | 19 | 36 | 14B | 20 | 23 |
| Octal | 165 | 74 | 130 | 0 | 61 | 31 | 66 | 513 | 40 | 43 |
| Binary | 1110101 | 111100 | 1011000 | 0 | 110001 | 11001 | 110110 | 101001011 | 100000 | 100011 |
Color Harmonies of #753C58
Complementary color
Monochromatic Colors of #753C58
Black with #753C58
Text Example
Text Example
White with #753C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C58; }
p { color: rgb(117,60,88); }
H1.HeaderClassName
{
color: #753C58;
}
.AnyTagClassName
{
color: #753C58;
}
</style>
background-color css
<style>
a { background-color: #753C58; }
a { background-color: rgb(117,60,88); }
div.DivClassName
{
background-color: #753C58;
}
.BgClassName
{
background-color: #753C58;
}
</style>
border-color css
<style>
span { border-color: #753C58; }
span { border-color: rgb(117,60,88); }
td.TdClassName
{
border-color: #753C58;
}
.TagClassName
{
border-color: #753C58;
}
</style>