Shades of Finn #754A55
Tints of Finn #754A55
RGB
CMYK
RGB Variations
Color information
#754A55 (or 0x754A55) is known color: Finn. HEX triplet: 75, 4A and 55. RGB value is (117,74,85). Sum of RGB (Red+Green+Blue) = 117+74+85=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #754A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A55 is #8AB5AA. Grayscale: #585858. Windows color (decimal): -9090475 or 5589621. OLE color: 5589621.
HSL color Cylindrical-coordinate representation of color #754A55: hue angle of 344.65º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #754A55 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 85 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.54 |
| HSL | 344.65º | 0.23% | 0.37% | - |
| HSV(B) | 344.65º | 0.37% | 0.46% | - |
| XYZ | 11.42 | 9.34 | 9.79 | - |
| YUV | 88.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 85 | 0 | 0.37 | 0.27 | 0.54 | 344.65 | 0.23 | 0.37 |
| Hex | 75 | 4A | 55 | 0 | 25 | 1B | 36 | 159 | 17 | 25 |
| Octal | 165 | 112 | 125 | 0 | 45 | 33 | 66 | 531 | 27 | 45 |
| Binary | 1110101 | 1001010 | 1010101 | 0 | 100101 | 11011 | 110110 | 101011001 | 10111 | 100101 |
Color Harmonies of #754A55
Complementary color
Monochromatic Colors of #754A55
Black with #754A55
Text Example
Text Example
White with #754A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A55; }
p { color: rgb(117,74,85); }
H1.HeaderClassName
{
color: #754A55;
}
.AnyTagClassName
{
color: #754A55;
}
</style>
background-color css
<style>
a { background-color: #754A55; }
a { background-color: rgb(117,74,85); }
div.DivClassName
{
background-color: #754A55;
}
.BgClassName
{
background-color: #754A55;
}
</style>
border-color css
<style>
span { border-color: #754A55; }
span { border-color: rgb(117,74,85); }
td.TdClassName
{
border-color: #754A55;
}
.TagClassName
{
border-color: #754A55;
}
</style>