Shades of Falcon #755354
Tints of Falcon #755354
RGB
CMYK
RGB Variations
Color information
#755354 (or 0x755354) is known color: Falcon. HEX triplet: 75, 53 and 54. RGB value is (117,83,84). Sum of RGB (Red+Green+Blue) = 117+83+84=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #755354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755354 is #8AACAB. Grayscale: #5D5D5D. Windows color (decimal): -9088172 or 5526389. OLE color: 5526389.
HSL color Cylindrical-coordinate representation of color #755354: hue angle of 358.24º 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 #755354 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 84 | - |
| CMYK | 0 | 0.29 | 0.28 | 0.54 |
| HSL | 358.24º | 0.17% | 0.39% | - |
| HSV(B) | 358.24º | 0.29% | 0.46% | - |
| XYZ | 12.03 | 10.61 | 9.8 | - |
| YUV | 93.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 84 | 0 | 0.29 | 0.28 | 0.54 | 358.24 | 0.17 | 0.39 |
| Hex | 75 | 53 | 54 | 0 | 1D | 1C | 36 | 166 | 11 | 27 |
| Octal | 165 | 123 | 124 | 0 | 35 | 34 | 66 | 546 | 21 | 47 |
| Binary | 1110101 | 1010011 | 1010100 | 0 | 11101 | 11100 | 110110 | 101100110 | 10001 | 100111 |
Color Harmonies of #755354
Complementary color
Monochromatic Colors of #755354
Black with #755354
Text Example
Text Example
White with #755354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755354; }
p { color: rgb(117,83,84); }
H1.HeaderClassName
{
color: #755354;
}
.AnyTagClassName
{
color: #755354;
}
</style>
background-color css
<style>
a { background-color: #755354; }
a { background-color: rgb(117,83,84); }
div.DivClassName
{
background-color: #755354;
}
.BgClassName
{
background-color: #755354;
}
</style>
border-color css
<style>
span { border-color: #755354; }
span { border-color: rgb(117,83,84); }
td.TdClassName
{
border-color: #755354;
}
.TagClassName
{
border-color: #755354;
}
</style>