Shades of Falcon #755B60
Tints of Falcon #755B60
RGB
CMYK
RGB Variations
Color information
#755B60 (or 0x755B60) is known color: Falcon. HEX triplet: 75, 5B and 60. RGB value is (117,91,96). Sum of RGB (Red+Green+Blue) = 117+91+96=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 117 - color contains mainly: red. Hex color #755B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755B60 is #8AA49F. Grayscale: #636363. Windows color (decimal): -9086112 or 6314869. OLE color: 6314869.
HSL color Cylindrical-coordinate representation of color #755B60: hue angle of 348.46º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #755B60 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 91 | 96 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.54 |
| HSL | 348.46º | 0.13% | 0.41% | - |
| HSV(B) | 348.46º | 0.22% | 0.46% | - |
| XYZ | 13.19 | 12.11 | 12.71 | - |
| YUV | 99.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 96 | 0 | 0.22 | 0.18 | 0.54 | 348.46 | 0.13 | 0.41 |
| Hex | 75 | 5B | 60 | 0 | 16 | 12 | 36 | 15C | C | 29 |
| Octal | 165 | 133 | 140 | 0 | 26 | 22 | 66 | 534 | 14 | 51 |
| Binary | 1110101 | 1011011 | 1100000 | 0 | 10110 | 10010 | 110110 | 101011100 | 1100 | 101001 |
Color Harmonies of #755B60
Complementary color
Monochromatic Colors of #755B60
Black with #755B60
Text Example
Text Example
White with #755B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B60; }
p { color: rgb(117,91,96); }
H1.HeaderClassName
{
color: #755B60;
}
.AnyTagClassName
{
color: #755B60;
}
</style>
background-color css
<style>
a { background-color: #755B60; }
a { background-color: rgb(117,91,96); }
div.DivClassName
{
background-color: #755B60;
}
.BgClassName
{
background-color: #755B60;
}
</style>
border-color css
<style>
span { border-color: #755B60; }
span { border-color: rgb(117,91,96); }
td.TdClassName
{
border-color: #755B60;
}
.TagClassName
{
border-color: #755B60;
}
</style>