Shades of Falcon #75565D
Tints of Falcon #75565D
RGB
CMYK
RGB Variations
Color information
#75565D (or 0x75565D) is known color: Falcon. HEX triplet: 75, 56 and 5D. RGB value is (117,86,93). Sum of RGB (Red+Green+Blue) = 117+86+93=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75565D is #8AA9A2. Grayscale: #606060. Windows color (decimal): -9087395 or 6116981. OLE color: 6116981.
HSL color Cylindrical-coordinate representation of color #75565D: hue angle of 346.45º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75565D is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 86 | 93 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.54 |
| HSL | 346.45º | 0.15% | 0.4% | - |
| HSV(B) | 346.45º | 0.26% | 0.46% | - |
| XYZ | 12.64 | 11.23 | 11.86 | - |
| YUV | 96.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 93 | 0 | 0.26 | 0.21 | 0.54 | 346.45 | 0.15 | 0.4 |
| Hex | 75 | 56 | 5D | 0 | 1A | 15 | 36 | 15A | F | 28 |
| Octal | 165 | 126 | 135 | 0 | 32 | 25 | 66 | 532 | 17 | 50 |
| Binary | 1110101 | 1010110 | 1011101 | 0 | 11010 | 10101 | 110110 | 101011010 | 1111 | 101000 |
Color Harmonies of #75565D
Complementary color
Monochromatic Colors of #75565D
Black with #75565D
Text Example
Text Example
White with #75565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75565D; }
p { color: rgb(117,86,93); }
H1.HeaderClassName
{
color: #75565D;
}
.AnyTagClassName
{
color: #75565D;
}
</style>
background-color css
<style>
a { background-color: #75565D; }
a { background-color: rgb(117,86,93); }
div.DivClassName
{
background-color: #75565D;
}
.BgClassName
{
background-color: #75565D;
}
</style>
border-color css
<style>
span { border-color: #75565D; }
span { border-color: rgb(117,86,93); }
td.TdClassName
{
border-color: #75565D;
}
.TagClassName
{
border-color: #75565D;
}
</style>