Shades of Falcon #755859
Tints of Falcon #755859
RGB
CMYK
RGB Variations
Color information
#755859 (or 0x755859) is known color: Falcon. HEX triplet: 75, 58 and 59. RGB value is (117,88,89). Sum of RGB (Red+Green+Blue) = 117+88+89=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #755859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755859 is #8AA7A6. Grayscale: #606060. Windows color (decimal): -9086887 or 5855349. OLE color: 5855349.
HSL color Cylindrical-coordinate representation of color #755859: hue angle of 357.93º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #755859 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 88 | 89 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.54 |
| HSL | 357.93º | 0.14% | 0.4% | - |
| HSV(B) | 357.93º | 0.25% | 0.46% | - |
| XYZ | 12.63 | 11.48 | 11 | - |
| YUV | 96.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 88 | 89 | 0 | 0.25 | 0.24 | 0.54 | 357.93 | 0.14 | 0.4 |
| Hex | 75 | 58 | 59 | 0 | 19 | 18 | 36 | 166 | E | 28 |
| Octal | 165 | 130 | 131 | 0 | 31 | 30 | 66 | 546 | 16 | 50 |
| Binary | 1110101 | 1011000 | 1011001 | 0 | 11001 | 11000 | 110110 | 101100110 | 1110 | 101000 |
Color Harmonies of #755859
Complementary color
Monochromatic Colors of #755859
Black with #755859
Text Example
Text Example
White with #755859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755859; }
p { color: rgb(117,88,89); }
H1.HeaderClassName
{
color: #755859;
}
.AnyTagClassName
{
color: #755859;
}
</style>
background-color css
<style>
a { background-color: #755859; }
a { background-color: rgb(117,88,89); }
div.DivClassName
{
background-color: #755859;
}
.BgClassName
{
background-color: #755859;
}
</style>
border-color css
<style>
span { border-color: #755859; }
span { border-color: rgb(117,88,89); }
td.TdClassName
{
border-color: #755859;
}
.TagClassName
{
border-color: #755859;
}
</style>