Shades of Finn #753C52
Tints of Finn #753C52
RGB
CMYK
RGB Variations
Color information
#753C52 (or 0x753C52) is known color: Finn. HEX triplet: 75, 3C and 52. RGB value is (117,60,82). Sum of RGB (Red+Green+Blue) = 117+60+82=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #753C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C52 is #8AC3AD. Grayscale: #4F4F4F. Windows color (decimal): -9094062 or 5389429. OLE color: 5389429.
HSL color Cylindrical-coordinate representation of color #753C52: hue angle of 336.84º 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 #753C52 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 82 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.54 |
| HSL | 336.84º | 0.32% | 0.35% | - |
| HSV(B) | 336.84º | 0.49% | 0.46% | - |
| XYZ | 10.47 | 7.62 | 8.9 | - |
| YUV | 79.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 82 | 0 | 0.49 | 0.30 | 0.54 | 336.84 | 0.32 | 0.35 |
| Hex | 75 | 3C | 52 | 0 | 31 | 1E | 36 | 151 | 20 | 23 |
| Octal | 165 | 74 | 122 | 0 | 61 | 36 | 66 | 521 | 40 | 43 |
| Binary | 1110101 | 111100 | 1010010 | 0 | 110001 | 11110 | 110110 | 101010001 | 100000 | 100011 |
Color Harmonies of #753C52
Complementary color
Monochromatic Colors of #753C52
Black with #753C52
Text Example
Text Example
White with #753C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C52; }
p { color: rgb(117,60,82); }
H1.HeaderClassName
{
color: #753C52;
}
.AnyTagClassName
{
color: #753C52;
}
</style>
background-color css
<style>
a { background-color: #753C52; }
a { background-color: rgb(117,60,82); }
div.DivClassName
{
background-color: #753C52;
}
.BgClassName
{
background-color: #753C52;
}
</style>
border-color css
<style>
span { border-color: #753C52; }
span { border-color: rgb(117,60,82); }
td.TdClassName
{
border-color: #753C52;
}
.TagClassName
{
border-color: #753C52;
}
</style>