Shades of Falcon #755355
Tints of Falcon #755355
RGB
CMYK
RGB Variations
Color information
#755355 (or 0x755355) is known color: Falcon. HEX triplet: 75, 53 and 55. RGB value is (117,83,85). Sum of RGB (Red+Green+Blue) = 117+83+85=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 85 (33.59% from 255 or 29.82% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755355 is #8AACAA. Grayscale: #5D5D5D. Windows color (decimal): -9088171 or 5591925. OLE color: 5591925.
HSL color Cylindrical-coordinate representation of color #755355: hue angle of 356.47º 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 #755355 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 83 | 85 | - |
| CMYK | 0 | 0.29 | 0.27 | 0.54 |
| HSL | 356.47º | 0.17% | 0.39% | - |
| HSV(B) | 356.47º | 0.29% | 0.46% | - |
| XYZ | 12.07 | 10.62 | 10.01 | - |
| YUV | 93.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 85 | 0 | 0.29 | 0.27 | 0.54 | 356.47 | 0.17 | 0.39 |
| Hex | 75 | 53 | 55 | 0 | 1D | 1B | 36 | 164 | 11 | 27 |
| Octal | 165 | 123 | 125 | 0 | 35 | 33 | 66 | 544 | 21 | 47 |
| Binary | 1110101 | 1010011 | 1010101 | 0 | 11101 | 11011 | 110110 | 101100100 | 10001 | 100111 |
Color Harmonies of #755355
Complementary color
Monochromatic Colors of #755355
Black with #755355
Text Example
Text Example
White with #755355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755355; }
p { color: rgb(117,83,85); }
H1.HeaderClassName
{
color: #755355;
}
.AnyTagClassName
{
color: #755355;
}
</style>
background-color css
<style>
a { background-color: #755355; }
a { background-color: rgb(117,83,85); }
div.DivClassName
{
background-color: #755355;
}
.BgClassName
{
background-color: #755355;
}
</style>
border-color css
<style>
span { border-color: #755355; }
span { border-color: rgb(117,83,85); }
td.TdClassName
{
border-color: #755355;
}
.TagClassName
{
border-color: #755355;
}
</style>