Shades of Finn #754B55
Tints of Finn #754B55
RGB
CMYK
RGB Variations
Color information
#754B55 (or 0x754B55) is known color: Finn. HEX triplet: 75, 4B and 55. RGB value is (117,75,85). Sum of RGB (Red+Green+Blue) = 117+75+85=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #754B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B55 is #8AB4AA. Grayscale: #585858. Windows color (decimal): -9090219 or 5589877. OLE color: 5589877.
HSL color Cylindrical-coordinate representation of color #754B55: hue angle of 345.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #754B55 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 75 | 85 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.54 |
| HSL | 345.71º | 0.22% | 0.38% | - |
| HSV(B) | 345.71º | 0.36% | 0.46% | - |
| XYZ | 11.49 | 9.47 | 9.82 | - |
| YUV | 88.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 75 | 85 | 0 | 0.36 | 0.27 | 0.54 | 345.71 | 0.22 | 0.38 |
| Hex | 75 | 4B | 55 | 0 | 24 | 1B | 36 | 15A | 16 | 26 |
| Octal | 165 | 113 | 125 | 0 | 44 | 33 | 66 | 532 | 26 | 46 |
| Binary | 1110101 | 1001011 | 1010101 | 0 | 100100 | 11011 | 110110 | 101011010 | 10110 | 100110 |
Color Harmonies of #754B55
Complementary color
Monochromatic Colors of #754B55
Black with #754B55
Text Example
Text Example
White with #754B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754B55; }
p { color: rgb(117,75,85); }
H1.HeaderClassName
{
color: #754B55;
}
.AnyTagClassName
{
color: #754B55;
}
</style>
background-color css
<style>
a { background-color: #754B55; }
a { background-color: rgb(117,75,85); }
div.DivClassName
{
background-color: #754B55;
}
.BgClassName
{
background-color: #754B55;
}
</style>
border-color css
<style>
span { border-color: #754B55; }
span { border-color: rgb(117,75,85); }
td.TdClassName
{
border-color: #754B55;
}
.TagClassName
{
border-color: #754B55;
}
</style>