Shades of Falcon #755359
Tints of Falcon #755359
RGB
CMYK
RGB Variations
Color information
#755359 (or 0x755359) is known color: Falcon. HEX triplet: 75, 53 and 59. RGB value is (117,83,89). Sum of RGB (Red+Green+Blue) = 117+83+89=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #755359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755359 is #8AACA6. Grayscale: #5D5D5D. Windows color (decimal): -9088167 or 5854069. OLE color: 5854069.
HSL color Cylindrical-coordinate representation of color #755359: hue angle of 349.41º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755359 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 89 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.54 |
| HSL | 349.41º | 0.17% | 0.39% | - |
| HSV(B) | 349.41º | 0.29% | 0.46% | - |
| XYZ | 12.23 | 10.69 | 10.87 | - |
| YUV | 93.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 89 | 0 | 0.29 | 0.24 | 0.54 | 349.41 | 0.17 | 0.39 |
| Hex | 75 | 53 | 59 | 0 | 1D | 18 | 36 | 15D | 11 | 27 |
| Octal | 165 | 123 | 131 | 0 | 35 | 30 | 66 | 535 | 21 | 47 |
| Binary | 1110101 | 1010011 | 1011001 | 0 | 11101 | 11000 | 110110 | 101011101 | 10001 | 100111 |
Color Harmonies of #755359
Complementary color
Monochromatic Colors of #755359
Black with #755359
Text Example
Text Example
White with #755359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755359; }
p { color: rgb(117,83,89); }
H1.HeaderClassName
{
color: #755359;
}
.AnyTagClassName
{
color: #755359;
}
</style>
background-color css
<style>
a { background-color: #755359; }
a { background-color: rgb(117,83,89); }
div.DivClassName
{
background-color: #755359;
}
.BgClassName
{
background-color: #755359;
}
</style>
border-color css
<style>
span { border-color: #755359; }
span { border-color: rgb(117,83,89); }
td.TdClassName
{
border-color: #755359;
}
.TagClassName
{
border-color: #755359;
}
</style>