Shades of Falcon #755A5D
Tints of Falcon #755A5D
RGB
CMYK
RGB Variations
Color information
#755A5D (or 0x755A5D) is known color: Falcon. HEX triplet: 75, 5A and 5D. RGB value is (117,90,93). Sum of RGB (Red+Green+Blue) = 117+90+93=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #755A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A5D is #8AA5A2. Grayscale: #626262. Windows color (decimal): -9086371 or 6118005. OLE color: 6118005.
HSL color Cylindrical-coordinate representation of color #755A5D: hue angle of 353.33º 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 #755A5D is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 90 | 93 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.54 |
| HSL | 353.33º | 0.13% | 0.41% | - |
| HSV(B) | 353.33º | 0.23% | 0.46% | - |
| XYZ | 12.97 | 11.88 | 11.97 | - |
| YUV | 98.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 90 | 93 | 0 | 0.23 | 0.21 | 0.54 | 353.33 | 0.13 | 0.41 |
| Hex | 75 | 5A | 5D | 0 | 17 | 15 | 36 | 161 | D | 29 |
| Octal | 165 | 132 | 135 | 0 | 27 | 25 | 66 | 541 | 15 | 51 |
| Binary | 1110101 | 1011010 | 1011101 | 0 | 10111 | 10101 | 110110 | 101100001 | 1101 | 101001 |
Color Harmonies of #755A5D
Complementary color
Monochromatic Colors of #755A5D
Black with #755A5D
Text Example
Text Example
White with #755A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755A5D; }
p { color: rgb(117,90,93); }
H1.HeaderClassName
{
color: #755A5D;
}
.AnyTagClassName
{
color: #755A5D;
}
</style>
background-color css
<style>
a { background-color: #755A5D; }
a { background-color: rgb(117,90,93); }
div.DivClassName
{
background-color: #755A5D;
}
.BgClassName
{
background-color: #755A5D;
}
</style>
border-color css
<style>
span { border-color: #755A5D; }
span { border-color: rgb(117,90,93); }
td.TdClassName
{
border-color: #755A5D;
}
.TagClassName
{
border-color: #755A5D;
}
</style>