Shades of Falcon #755A5B
Tints of Falcon #755A5B
RGB
CMYK
RGB Variations
Color information
#755A5B (or 0x755A5B) is known color: Falcon. HEX triplet: 75, 5A and 5B. RGB value is (117,90,91). Sum of RGB (Red+Green+Blue) = 117+90+91=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A5B is #8AA5A4. Grayscale: #626262. Windows color (decimal): -9086373 or 5986933. OLE color: 5986933.
HSL color Cylindrical-coordinate representation of color #755A5B: hue angle of 357.78º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A5B is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 91 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.54 |
| HSL | 357.78º | 0.13% | 0.41% | - |
| HSV(B) | 357.78º | 0.23% | 0.46% | - |
| XYZ | 12.88 | 11.85 | 11.51 | - |
| YUV | 98.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 91 | 0 | 0.23 | 0.22 | 0.54 | 357.78 | 0.13 | 0.41 |
| Hex | 75 | 5A | 5B | 0 | 17 | 16 | 36 | 166 | D | 29 |
| Octal | 165 | 132 | 133 | 0 | 27 | 26 | 66 | 546 | 15 | 51 |
| Binary | 1110101 | 1011010 | 1011011 | 0 | 10111 | 10110 | 110110 | 101100110 | 1101 | 101001 |
Color Harmonies of #755A5B
Complementary color
Monochromatic Colors of #755A5B
Black with #755A5B
Text Example
Text Example
White with #755A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A5B; }
p { color: rgb(117,90,91); }
H1.HeaderClassName
{
color: #755A5B;
}
.AnyTagClassName
{
color: #755A5B;
}
</style>
background-color css
<style>
a { background-color: #755A5B; }
a { background-color: rgb(117,90,91); }
div.DivClassName
{
background-color: #755A5B;
}
.BgClassName
{
background-color: #755A5B;
}
</style>
border-color css
<style>
span { border-color: #755A5B; }
span { border-color: rgb(117,90,91); }
td.TdClassName
{
border-color: #755A5B;
}
.TagClassName
{
border-color: #755A5B;
}
</style>