Shades of Finn #753D54
Tints of Finn #753D54
RGB
CMYK
RGB Variations
Color information
#753D54 (or 0x753D54) is known color: Finn. HEX triplet: 75, 3D and 54. RGB value is (117,61,84). Sum of RGB (Red+Green+Blue) = 117+61+84=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #753D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D54 is #8AC2AB. Grayscale: #505050. Windows color (decimal): -9093804 or 5520757. OLE color: 5520757.
HSL color Cylindrical-coordinate representation of color #753D54: hue angle of 335.36º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #753D54 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 61 | 84 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.54 |
| HSL | 335.36º | 0.31% | 0.35% | - |
| HSV(B) | 335.36º | 0.48% | 0.46% | - |
| XYZ | 10.61 | 7.76 | 9.33 | - |
| YUV | 80.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 61 | 84 | 0 | 0.48 | 0.28 | 0.54 | 335.36 | 0.31 | 0.35 |
| Hex | 75 | 3D | 54 | 0 | 30 | 1C | 36 | 14F | 1F | 23 |
| Octal | 165 | 75 | 124 | 0 | 60 | 34 | 66 | 517 | 37 | 43 |
| Binary | 1110101 | 111101 | 1010100 | 0 | 110000 | 11100 | 110110 | 101001111 | 11111 | 100011 |
Color Harmonies of #753D54
Complementary color
Monochromatic Colors of #753D54
Black with #753D54
Text Example
Text Example
White with #753D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753D54; }
p { color: rgb(117,61,84); }
H1.HeaderClassName
{
color: #753D54;
}
.AnyTagClassName
{
color: #753D54;
}
</style>
background-color css
<style>
a { background-color: #753D54; }
a { background-color: rgb(117,61,84); }
div.DivClassName
{
background-color: #753D54;
}
.BgClassName
{
background-color: #753D54;
}
</style>
border-color css
<style>
span { border-color: #753D54; }
span { border-color: rgb(117,61,84); }
td.TdClassName
{
border-color: #753D54;
}
.TagClassName
{
border-color: #753D54;
}
</style>