Shades of Falcon #755E5F
Tints of Falcon #755E5F
RGB
CMYK
RGB Variations
Color information
#755E5F (or 0x755E5F) is known color: Falcon. HEX triplet: 75, 5E and 5F. RGB value is (117,94,95). Sum of RGB (Red+Green+Blue) = 117+94+95=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #755E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E5F is #8AA1A0. Grayscale: #656565. Windows color (decimal): -9085345 or 6250101. OLE color: 6250101.
HSL color Cylindrical-coordinate representation of color #755E5F: hue angle of 357.39º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #755E5F is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 94 | 95 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.54 |
| HSL | 357.39º | 0.11% | 0.41% | - |
| HSV(B) | 357.39º | 0.2% | 0.46% | - |
| XYZ | 13.4 | 12.61 | 12.55 | - |
| YUV | 100.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 95 | 0 | 0.20 | 0.19 | 0.54 | 357.39 | 0.11 | 0.41 |
| Hex | 75 | 5E | 5F | 0 | 14 | 13 | 36 | 165 | B | 29 |
| Octal | 165 | 136 | 137 | 0 | 24 | 23 | 66 | 545 | 13 | 51 |
| Binary | 1110101 | 1011110 | 1011111 | 0 | 10100 | 10011 | 110110 | 101100101 | 1011 | 101001 |
Color Harmonies of #755E5F
Complementary color
Monochromatic Colors of #755E5F
Black with #755E5F
Text Example
Text Example
White with #755E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E5F; }
p { color: rgb(117,94,95); }
H1.HeaderClassName
{
color: #755E5F;
}
.AnyTagClassName
{
color: #755E5F;
}
</style>
background-color css
<style>
a { background-color: #755E5F; }
a { background-color: rgb(117,94,95); }
div.DivClassName
{
background-color: #755E5F;
}
.BgClassName
{
background-color: #755E5F;
}
</style>
border-color css
<style>
span { border-color: #755E5F; }
span { border-color: rgb(117,94,95); }
td.TdClassName
{
border-color: #755E5F;
}
.TagClassName
{
border-color: #755E5F;
}
</style>