Shades of Finn #75405A
Tints of Finn #75405A
RGB
CMYK
RGB Variations
Color information
#75405A (or 0x75405A) is known color: Finn. HEX triplet: 75, 40 and 5A. RGB value is (117,64,90). Sum of RGB (Red+Green+Blue) = 117+64+90=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #75405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75405A is #8ABFA5. Grayscale: #525252. Windows color (decimal): -9093030 or 5914741. OLE color: 5914741.
HSL color Cylindrical-coordinate representation of color #75405A: hue angle of 330.57º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75405A is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 64 | 90 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.54 |
| HSL | 330.57º | 0.29% | 0.35% | - |
| HSV(B) | 330.57º | 0.45% | 0.46% | - |
| XYZ | 11.01 | 8.19 | 10.67 | - |
| YUV | 82.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 90 | 0 | 0.45 | 0.23 | 0.54 | 330.57 | 0.29 | 0.35 |
| Hex | 75 | 40 | 5A | 0 | 2D | 17 | 36 | 14B | 1D | 23 |
| Octal | 165 | 100 | 132 | 0 | 55 | 27 | 66 | 513 | 35 | 43 |
| Binary | 1110101 | 1000000 | 1011010 | 0 | 101101 | 10111 | 110110 | 101001011 | 11101 | 100011 |
Color Harmonies of #75405A
Complementary color
Monochromatic Colors of #75405A
Black with #75405A
Text Example
Text Example
White with #75405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75405A; }
p { color: rgb(117,64,90); }
H1.HeaderClassName
{
color: #75405A;
}
.AnyTagClassName
{
color: #75405A;
}
</style>
background-color css
<style>
a { background-color: #75405A; }
a { background-color: rgb(117,64,90); }
div.DivClassName
{
background-color: #75405A;
}
.BgClassName
{
background-color: #75405A;
}
</style>
border-color css
<style>
span { border-color: #75405A; }
span { border-color: rgb(117,64,90); }
td.TdClassName
{
border-color: #75405A;
}
.TagClassName
{
border-color: #75405A;
}
</style>