Shades of Finn #753C5C
Tints of Finn #753C5C
RGB
CMYK
RGB Variations
Color information
#753C5C (or 0x753C5C) is known color: Finn. HEX triplet: 75, 3C and 5C. RGB value is (117,60,92). Sum of RGB (Red+Green+Blue) = 117+60+92=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #753C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C5C is #8AC3A3. Grayscale: #505050. Windows color (decimal): -9094052 or 6044789. OLE color: 6044789.
HSL color Cylindrical-coordinate representation of color #753C5C: hue angle of 326.32º 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 #753C5C is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 60 | 92 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.54 |
| HSL | 326.32º | 0.32% | 0.35% | - |
| HSV(B) | 326.32º | 0.49% | 0.46% | - |
| XYZ | 10.88 | 7.79 | 11.05 | - |
| YUV | 80.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 60 | 92 | 0 | 0.49 | 0.21 | 0.54 | 326.32 | 0.32 | 0.35 |
| Hex | 75 | 3C | 5C | 0 | 31 | 15 | 36 | 146 | 20 | 23 |
| Octal | 165 | 74 | 134 | 0 | 61 | 25 | 66 | 506 | 40 | 43 |
| Binary | 1110101 | 111100 | 1011100 | 0 | 110001 | 10101 | 110110 | 101000110 | 100000 | 100011 |
Color Harmonies of #753C5C
Complementary color
Monochromatic Colors of #753C5C
Black with #753C5C
Text Example
Text Example
White with #753C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753C5C; }
p { color: rgb(117,60,92); }
H1.HeaderClassName
{
color: #753C5C;
}
.AnyTagClassName
{
color: #753C5C;
}
</style>
background-color css
<style>
a { background-color: #753C5C; }
a { background-color: rgb(117,60,92); }
div.DivClassName
{
background-color: #753C5C;
}
.BgClassName
{
background-color: #753C5C;
}
</style>
border-color css
<style>
span { border-color: #753C5C; }
span { border-color: rgb(117,60,92); }
td.TdClassName
{
border-color: #753C5C;
}
.TagClassName
{
border-color: #753C5C;
}
</style>