Shades of Falcon #755159
Tints of Falcon #755159
RGB
CMYK
RGB Variations
Color information
#755159 (or 0x755159) is known color: Falcon. HEX triplet: 75, 51 and 59. RGB value is (117,81,89). Sum of RGB (Red+Green+Blue) = 117+81+89=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #755159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755159 is #8AAEA6. Grayscale: #5C5C5C. Windows color (decimal): -9088679 or 5853557. OLE color: 5853557.
HSL color Cylindrical-coordinate representation of color #755159: hue angle of 346.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #755159 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 89 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.54 |
| HSL | 346.67º | 0.18% | 0.39% | - |
| HSV(B) | 346.67º | 0.31% | 0.46% | - |
| XYZ | 12.08 | 10.39 | 10.82 | - |
| YUV | 92.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 89 | 0 | 0.31 | 0.24 | 0.54 | 346.67 | 0.18 | 0.39 |
| Hex | 75 | 51 | 59 | 0 | 1F | 18 | 36 | 15B | 12 | 27 |
| Octal | 165 | 121 | 131 | 0 | 37 | 30 | 66 | 533 | 22 | 47 |
| Binary | 1110101 | 1010001 | 1011001 | 0 | 11111 | 11000 | 110110 | 101011011 | 10010 | 100111 |
Color Harmonies of #755159
Complementary color
Monochromatic Colors of #755159
Black with #755159
Text Example
Text Example
White with #755159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755159; }
p { color: rgb(117,81,89); }
H1.HeaderClassName
{
color: #755159;
}
.AnyTagClassName
{
color: #755159;
}
</style>
background-color css
<style>
a { background-color: #755159; }
a { background-color: rgb(117,81,89); }
div.DivClassName
{
background-color: #755159;
}
.BgClassName
{
background-color: #755159;
}
</style>
border-color css
<style>
span { border-color: #755159; }
span { border-color: rgb(117,81,89); }
td.TdClassName
{
border-color: #755159;
}
.TagClassName
{
border-color: #755159;
}
</style>