Shades of Finn #753B56
Tints of Finn #753B56
RGB
CMYK
RGB Variations
Color information
#753B56 (or 0x753B56) is known color: Finn. HEX triplet: 75, 3B and 56. RGB value is (117,59,86). Sum of RGB (Red+Green+Blue) = 117+59+86=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #753B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753B56 is #8AC4A9. Grayscale: #4F4F4F. Windows color (decimal): -9094314 or 5651317. OLE color: 5651317.
HSL color Cylindrical-coordinate representation of color #753B56: hue angle of 332.07º 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 #753B56 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 86 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.54 |
| HSL | 332.07º | 0.33% | 0.35% | - |
| HSV(B) | 332.07º | 0.5% | 0.46% | - |
| XYZ | 10.58 | 7.58 | 9.71 | - |
| YUV | 79.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 86 | 0 | 0.50 | 0.26 | 0.54 | 332.07 | 0.33 | 0.35 |
| Hex | 75 | 3B | 56 | 0 | 32 | 1A | 36 | 14C | 21 | 23 |
| Octal | 165 | 73 | 126 | 0 | 62 | 32 | 66 | 514 | 41 | 43 |
| Binary | 1110101 | 111011 | 1010110 | 0 | 110010 | 11010 | 110110 | 101001100 | 100001 | 100011 |
Color Harmonies of #753B56
Complementary color
Monochromatic Colors of #753B56
Black with #753B56
Text Example
Text Example
White with #753B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B56; }
p { color: rgb(117,59,86); }
H1.HeaderClassName
{
color: #753B56;
}
.AnyTagClassName
{
color: #753B56;
}
</style>
background-color css
<style>
a { background-color: #753B56; }
a { background-color: rgb(117,59,86); }
div.DivClassName
{
background-color: #753B56;
}
.BgClassName
{
background-color: #753B56;
}
</style>
border-color css
<style>
span { border-color: #753B56; }
span { border-color: rgb(117,59,86); }
td.TdClassName
{
border-color: #753B56;
}
.TagClassName
{
border-color: #753B56;
}
</style>