Shades of Finn #753E58
Tints of Finn #753E58
RGB
CMYK
RGB Variations
Color information
#753E58 (or 0x753E58) is known color: Finn. HEX triplet: 75, 3E and 58. RGB value is (117,62,88). Sum of RGB (Red+Green+Blue) = 117+62+88=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753E58 is #8AC1A7. Grayscale: #515151. Windows color (decimal): -9093544 or 5783157. OLE color: 5783157.
HSL color Cylindrical-coordinate representation of color #753E58: hue angle of 331.64º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #753E58 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 62 | 88 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.54 |
| HSL | 331.64º | 0.31% | 0.35% | - |
| HSV(B) | 331.64º | 0.47% | 0.46% | - |
| XYZ | 10.82 | 7.93 | 10.19 | - |
| YUV | 81.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 62 | 88 | 0 | 0.47 | 0.25 | 0.54 | 331.64 | 0.31 | 0.35 |
| Hex | 75 | 3E | 58 | 0 | 2F | 19 | 36 | 14C | 1F | 23 |
| Octal | 165 | 76 | 130 | 0 | 57 | 31 | 66 | 514 | 37 | 43 |
| Binary | 1110101 | 111110 | 1011000 | 0 | 101111 | 11001 | 110110 | 101001100 | 11111 | 100011 |
Color Harmonies of #753E58
Complementary color
Monochromatic Colors of #753E58
Black with #753E58
Text Example
Text Example
White with #753E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753E58; }
p { color: rgb(117,62,88); }
H1.HeaderClassName
{
color: #753E58;
}
.AnyTagClassName
{
color: #753E58;
}
</style>
background-color css
<style>
a { background-color: #753E58; }
a { background-color: rgb(117,62,88); }
div.DivClassName
{
background-color: #753E58;
}
.BgClassName
{
background-color: #753E58;
}
</style>
border-color css
<style>
span { border-color: #753E58; }
span { border-color: rgb(117,62,88); }
td.TdClassName
{
border-color: #753E58;
}
.TagClassName
{
border-color: #753E58;
}
</style>